Projekt-Pracownia_Programow.../static/ css/topStyle.css

138 lines
2.0 KiB
CSS
Raw Normal View History

2023-02-01 20:06:24 +01:00
body {
background-color: rgba(255, 247, 137, 0.781);
}
#logo {
height: 40px;
width: 50px;
margin-left: 20px;
margin-top: 10px;
margin-bottom: 10px;
margin-right: 20px;
float: left;
}
2023-02-04 04:10:23 +01:00
#mężczyzna {
height: 40px;
width: 50px;
margin-left: 20px;
margin-top: 10px;
margin-bottom: 10px;
margin-right: 20px;
float: left;
2023-02-01 20:06:24 +01:00
}
2023-02-04 04:10:23 +01:00
#kobieta {
height: 40px;
width: 50px;
2023-02-01 20:06:24 +01:00
margin-left: 20px;
2023-02-04 04:10:23 +01:00
margin-top: 10px;
margin-bottom: 10px;
2023-02-01 20:06:24 +01:00
margin-right: 20px;
float: left;
}
2023-02-04 04:10:23 +01:00
#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;
2023-02-01 20:06:24 +01:00
margin-right: 20px;
float: left;
}
2023-02-04 04:10:23 +01:00
#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%;
}
2023-02-01 20:06:24 +01:00
.dropbtn {
background-color: rgb(67, 173, 6);
color: white;
padding: 16px;
font-size: 15px;
border: none;
cursor: pointer;
}
.dropdown {
position: relative;
2023-02-04 04:10:23 +01:00
float: right;
2023-02-01 20:06:24 +01:00
}
.dropdown-content {
display: none;
position: absolute;
background-color: #108516;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(16, 87, 4, 0.2);
}
.dropdown-content a {
font-size: 14px;
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
}
.dropdown-content a:hover {background-color: #f1f1f1}
.dropdown:hover .dropdown-content {
display: block;
}
.dropdown:hover .dropbtn {
background-color: rgb(49, 240, 1);
}
#kart {
color: white;
margin-top: 20px;
margin-bottom: 20px;
margin-left: 20px;
margin-right: 20px;
2023-02-04 04:10:23 +01:00
float: right;
2023-02-01 20:06:24 +01:00
}
#cartIcon {
height: 30px;
width: 30px;
2023-02-04 04:10:23 +01:00
float: right;
2023-02-01 20:06:24 +01:00
}
2023-02-04 04:10:23 +01:00
#signInButton {
color: yellow;
margin-top: 50px;
margin-bottom: 20px;
margin-left: 20px;
margin-right: 5px;
float: right;
}
2023-02-01 20:06:24 +01:00