Prześlij pliki do 'static/ css'
This commit is contained in:
parent
d7201fb349
commit
663a63b505
@ -11,31 +11,62 @@ body {
|
||||
float: left;
|
||||
}
|
||||
|
||||
#mężczyzna {
|
||||
height: 40px;
|
||||
width: 50px;
|
||||
margin-left: 20px;
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
margin-right: 20px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
#kobieta {
|
||||
height: 40px;
|
||||
width: 50px;
|
||||
margin-left: 20px;
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
margin-right: 20px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
#akcesoria {
|
||||
height: 40px;
|
||||
width: 50px;
|
||||
margin-left: 20px;
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
margin-right: 20px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
#biżuteria {
|
||||
height: 40px;
|
||||
width: 50px;
|
||||
margin-left: 20px;
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
margin-right: 20px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
#buty {
|
||||
height: 40px;
|
||||
width: 50px;
|
||||
margin-left: 20px;
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
margin-right: 20px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
#title {
|
||||
background-color: rgb(67, 173, 6);
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#searchBox {
|
||||
height: 20px;
|
||||
width: 800px;
|
||||
margin-left: 20px;
|
||||
margin-top: 20px;
|
||||
margin-bottom: 20px;
|
||||
margin-right: 20px;
|
||||
float: left;
|
||||
font-size: 1.5em;
|
||||
}
|
||||
|
||||
#searchButton {
|
||||
height: 25px;
|
||||
margin-top: 20px;
|
||||
margin-bottom: 20px;
|
||||
margin-right: 20px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.dropbtn {
|
||||
background-color: rgb(67, 173, 6);
|
||||
color: white;
|
||||
@ -47,7 +78,7 @@ body {
|
||||
|
||||
.dropdown {
|
||||
position: relative;
|
||||
float: left;
|
||||
float: right;
|
||||
}
|
||||
|
||||
.dropdown-content {
|
||||
@ -76,27 +107,31 @@ body {
|
||||
background-color: rgb(49, 240, 1);
|
||||
}
|
||||
|
||||
#signInButton {
|
||||
color: yellow;
|
||||
margin-top: 20px;
|
||||
margin-bottom: 20px;
|
||||
margin-left: 20px;
|
||||
margin-right: 20px;
|
||||
float: left;
|
||||
}
|
||||
#kart {
|
||||
color: white;
|
||||
margin-top: 20px;
|
||||
margin-bottom: 20px;
|
||||
margin-left: 20px;
|
||||
margin-right: 20px;
|
||||
float: left;
|
||||
float: right;
|
||||
}
|
||||
|
||||
#cartIcon {
|
||||
height: 30px;
|
||||
width: 30px;
|
||||
float: right;
|
||||
}
|
||||
|
||||
#signInButton {
|
||||
color: yellow;
|
||||
margin-top: 50px;
|
||||
margin-bottom: 20px;
|
||||
margin-left: 20px;
|
||||
margin-right: 5px;
|
||||
float: right;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user