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!! | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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

22nd Mar 2020, 9:23 PM
Olamide Kosile
Olamide Kosile - avatar
3 Answers
0
I don't know java at all
25th Mar 2020, 12:02 AM
Olamide Kosile
Olamide Kosile - avatar
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; }
25th Mar 2020, 12:09 AM
Olamide Kosile
Olamide Kosile - avatar
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>
25th Mar 2020, 12:11 AM
Olamide Kosile
Olamide Kosile - avatar