Web Development Forum
17 FOLLOWERS
The Web Development Forum is a place to learn about web technology. Share your questions related to web development or learning about it, software, certifications, and more. Ask questions related to app development and get to know how to solve various error issues, output issues, project submitting problems, and more.
Web Development Forum
6h ago
certificate using the provided link, but I encountered a “URL not found” error. I have tried this multiple times, using different browsers and devices, but the issue persists ..read more
Web Development Forum
13h ago
I’m looking to make a project based on this. Thanks, it’s really helpful. I’ll research more into SMPTget ..read more
Web Development Forum
13h ago
The issue in your approach might be related to the usage of ‘absolute.’ What absolute does is, it positions the element relative to its nearest positioned ancestor. If there’s no such ancestor, which might be what’s happening in your case, it positions itself relative to the document’s root. That could be the reason you’re getting it at the top.
The most commonly used practice for positioning a footer using CSS is to use flex-box. Here’s a sample code segment illustrating it:
HTML code:
Content
Footer
CSS code:
.body, html {
height: 100%;
margin: 0;
display: flex;
flex-direction: column;
}
.co ..read more
Web Development Forum
18h ago
Dear Bolt IoT team,
I have completed all the activities in Google Project IDX workshop. I haven’t received any update on certificate. Could you please inform the status of certificate?
Thanks in advance ..read more
Web Development Forum
2d ago
Hi @sankeerthmariyala200
We have sent you a mail from support@boltiot.com please check it ..read more
Web Development Forum
2d ago
You can login to the account to which it is linked already in the bolt android app and remove it there, then can try reconnecting it in the account you want. Also uninstall and reinstall the app if the issue persists.Try Changing wifi network or use mobile data ..read more