This commit is contained in:
Max Hunt 2020-04-21 19:50:53 +01:00
parent 4071ca0749
commit e3937ab793
3 changed files with 59 additions and 3 deletions

View File

@ -27,7 +27,7 @@ body {
}
.page {
background-color: red;
background-color: white;
}
.navbar {
@ -97,4 +97,60 @@ body {
.cart {
color: #898989;
}
.sbar {
height: 55px;
padding-top: 10px;
padding-bottom: 10px;
}
.sbar img {
position: relative;
height: 35px;
float: left;
padding-left: 7%;
padding-right: 20px;
/*left: 5%;*/
}
.sbar input {
border: 0.5px solid black;
display: inline-flex;
position: relative;
float: left;
height: 34px;
width: 400px;
padding-left: 10px;
font-family: osl;
font-size: 17px;
box-shadow: 0px 3px 4px #A5A5A5;
/*position: absolute;
left: 50%;
transform: translate(-50%, 0);*/
}
.sbar button {
position: relative;
float: left;
background-color: #5359FF;
border: none;
box-shadow: 0px 2px 3px #A5A5A5;
color: #C4C4C4;
height: 35px;
width: 100px;
margin-left: 20px;
font-size: 20px;
font-family: osl;
}
.sbar p {
position: relative;
float: left;
color: #7F7F7F;
font-family: osl;
font-size: 15px
margin-left: 50px;
}

View File

@ -30,10 +30,10 @@
</div>
</div>
<div class="sbar">
<img src="" class="gg-logo" alt="img">
<img src="media/gg_logo.png" alt="img">
<input id="sfield" type="text" placeholder="I Want...">
<button id="sbutton">Go!</button>
<p>Extras</p>
<a href="#">Extras</a>
</div>
<div class="space"/>
<div class="sponsored">

BIN
views/media/gg_logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB