css 3
/*container per ridimensionare la pagina*/
#container {
width:960px;
height: 500px;
margin: auto;
}
/*header*/
#header {
text-align:center;
padding: 20px;
}
/* titolo */
#titolo {font-size:15px;
font-family: 'Aclonica', sans-serif;
}
/* menu */
#menu {
display: flex;
justify-content: center;
}
/*menu*/
#menu a {
color: grey;
text-decoration: none;
font-size: 16px;
font-weight: 40px;
padding-right: 10px;
font-style: italic;
font-family: sans-serif;
}
#menu a:last-child {
padding-right: 0px;
}
/* copertina */
#main img {
border: 10px solid white;
background-repeat: no-repeat;
box-sizing: border-box;
}
/* barra */
hr {
padding: 0px;
margin-top: 40px;
border-top: 1px solid #c6c6c6;
}
/*Le offerte*/
h3 {
background-color:lightgrey;
color:#fff;
font-size: 24px;
width: 200px;
text-align:center;
margin:auto;
}
Commenti
Posta un commento