Update
This commit is contained in:
parent
4071ca0749
commit
e3937ab793
@ -27,7 +27,7 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.page {
|
.page {
|
||||||
background-color: red;
|
background-color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar {
|
.navbar {
|
||||||
@ -97,4 +97,60 @@ body {
|
|||||||
.cart {
|
.cart {
|
||||||
color: #898989;
|
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;
|
||||||
|
|
||||||
}
|
}
|
||||||
@ -30,10 +30,10 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="sbar">
|
<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...">
|
<input id="sfield" type="text" placeholder="I Want...">
|
||||||
<button id="sbutton">Go!</button>
|
<button id="sbutton">Go!</button>
|
||||||
<p>Extras</p>
|
<a href="#">Extras</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="space"/>
|
<div class="space"/>
|
||||||
<div class="sponsored">
|
<div class="sponsored">
|
||||||
|
|||||||
BIN
views/media/gg_logo.png
Normal file
BIN
views/media/gg_logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 47 KiB |
Loading…
Reference in New Issue
Block a user