Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Welcome to Code Forum!
Join a community that supports you and your coding journey from day one. We strive to be a friendly, supportive community that empowers everyone to be better developers. By registering with us, you'll be able to discuss, share and private message with other members of our community.
I'm looking to edit the navigation menu on my website and move some of the pages within a drop-down menu, so the 'shipping' and 'contact' pages are within a drop-down below the 'info' page - can anyone help with this please?
Here is a link to my website: www.wonkyjam.bigcartel.com
I've also...
this is the code for my nav
.nav {
z-index: 1;
width: 100%;
background-color: red;
display: block;
position: absolute;
top: 100%;
}
.nav ul {
display: none;
}
and this is the code for my menu
/* checkbox (for menu) */
.menu-icon-wrap {
/* background color of...
I have created a basic encyclopedia page for a project. I wanted to code this page with correct formatting and then base all of my other entries off of it. I am having trouble, however, getting my footer out of the left nav bar. I want the footer to be on the bottom after everything else.
Also...