Prześlij pliki do 'static/ css'

This commit is contained in:
Sławomir Łopata 2023-02-04 04:10:23 +01:00
parent d7201fb349
commit 663a63b505

View File

@ -11,31 +11,62 @@ body {
float: left; 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 { #title {
background-color: rgb(67, 173, 6); background-color: rgb(67, 173, 6);
display: inline-block; display: inline-block;
width: 100%; 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 { .dropbtn {
background-color: rgb(67, 173, 6); background-color: rgb(67, 173, 6);
color: white; color: white;
@ -47,7 +78,7 @@ body {
.dropdown { .dropdown {
position: relative; position: relative;
float: left; float: right;
} }
.dropdown-content { .dropdown-content {
@ -76,27 +107,31 @@ body {
background-color: rgb(49, 240, 1); background-color: rgb(49, 240, 1);
} }
#signInButton {
color: yellow;
margin-top: 20px;
margin-bottom: 20px;
margin-left: 20px;
margin-right: 20px;
float: left;
}
#kart { #kart {
color: white; color: white;
margin-top: 20px; margin-top: 20px;
margin-bottom: 20px; margin-bottom: 20px;
margin-left: 20px; margin-left: 20px;
margin-right: 20px; margin-right: 20px;
float: left; float: right;
} }
#cartIcon { #cartIcon {
height: 30px; height: 30px;
width: 30px; width: 30px;
float: right;
}
#signInButton {
color: yellow;
margin-top: 50px;
margin-bottom: 20px;
margin-left: 20px;
margin-right: 5px;
float: right;
} }