0
I need java code to had a search form to the website i am working on, also I'm having issues floating my sections. Help me pls!!
HTML, CSS, JavaScript
3 odpowiedzi
0
I don't know java at all
0
I'm trying to style a project I'm doing, I need help please, I want to add an image to the background of " main div", it's not working.
.wrapper { width:95%; min-width: 340px; max-width: 1500px; margin-left: auto; margin-right: auto; background-color:#f1f0ee; }
.wrapper aside{ width: 27%; box-sizing: border-box; clear: left; float: left; padding-right: 5px; margin-bottom:10px; background-color:#c9af98; color: #3a4660; text-align:center; text-shadow:2px; }
.wrapper main{ width: 73%; float: right; float:top; box-sizing: border-box; clear:left; }
0
This is the HTML code
<div id="wrapper" class="wrapper"> <main> <div class="main" id="main"> <h1>THE EDIFYING ASSEMBLY</h1> <h2>We gather for the better.....</h2> <h3> MESSAGES</h3> </div>