sitoscuola/style.css
La Programmatrice Verde 1888fc87d7 Initial commit
2024-10-23 09:10:21 +02:00

139 lines
2.1 KiB
CSS

body {
font-family: Arial, Helvetica, sans-serif;
background-color: #232321;
padding-left: 20%;
padding-right: 20%;
width: 1148px;
}
.scatola {
background-color: #bdbdbd;
width: 342px;
height: 372px;
float: left;
align: center;
margin: 13px;
padding-left: 5px;
border-radius: 5px;
text-decoration: none;
color: black;
}
.scatolaGalleria {
background-color: #bdbdbd;
width: 342px;
float: left;
align: center;
margin: 13px;
padding-left: 5px;
border-radius: 5px;
text-decoration: none;
color: black;
}
.scatolone{
width: 1128px;
padding-left: 20px;
}
.titolo {
background-color: #bdbdbd;
float: center;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 5px;
border-radius: 5px;
text-decoration: none;
color: black;
}
.contenuto {
background-color: #bdbdbd;
text-decoration: none;
color: black;
}
.header {
height: 49px;
background-color: #bdbdbd;
width: 1148px;
border-radius: 5px;
}
element {
float: left;
color: black;
font-size: 18px;
text-align: center;
padding: 12px;
text-decoration: none;
}
element a {
color: black;
text-align: center;
text-decoration: none;
}
element a.active {
background-color: #585857;
color: white;
text-align: center;
text-decoration: none;
padding: 12px;
}
.dropdown{
float: left;
position: relative;
}
.dropdown-content {
display: none;
position: absolute;
background-color: #bdbdbd;
width: auto;
top: 100%;
left: 0;
z-index: 1;
}
.dropdown:hover .dropdown-content {
display: block;
}
.dropdown-content a {
float: none;
color: black;
text-decoration: none;
display: block;
text-align: left;
padding: 12px;
border-bottom: 1px solid #898c8c;
}
button{
font-size: 18px;
border: none;
outline: none;
background-color: #bdbdbd;
text-align: center;
padding: 12px;
color: black;
}
.moreInfo{
background-color: #30a830;
float: center;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 5px;
border-radius: 5px;
text-decoration: none;
color: white;
position: absolute;
top: 1160px;
width: 1148px;
text-align: center;
font-size: 18px;
}