Muito feliz com este resultado.
http://127.0.0.1:5501/html.css/contato.html
style.css
header{
background-color:violet;
padding: 20px 0;
}
.caixa{
position: relative;
width: 940px;
margin: 0 auto;
}
nav {
position: absolute;
top: 110px;
right: 0;
}
body{
background-color:#EBB9FF;
}
.logo{
width: 170px;
height: 250px;
}
.logo2{
width: 170px;
height: 250px;
}
.colar{
max-width: 100%;
height: 250px;
}
.phone{
max-width: 100%;
height: 250px;
}
.pulseiras{
max-width: 100%;
height: 250px;
}
nav li {
display: inline;
margin: 0 0 0 15px;
}
nav a{
text-transform: uppercase;
color:white;
font-weight: bold;
font-size: 20px;
text-decoration: none;
}
nav a:hover{
color: darkviolet;
text-decoration: underline;
}
.produtos{
width: 940px;
margin: 0 auto;
padding: 50px 0;
}
.produtos li {
display: inline-block;
text-align:center ;
width: 30%;
vertical-align: top;
margin: 0 1.5%;
padding: 30px 20px;
box-sizing: border-box;
border: 2px solid orchid;
border-radius: 10px;
}
.produtos li:hover{
border-color: darkorchid;
font-size: 40px;
}
.produtos li:active{
border-color:deeppink;
}
.produtos li:hover h2{
font-size: 40px;
}
.produtos h2{
font-size: 30px;
font-weight: bold;
}
.produtodescricao{
font-size: 18px;
font-weight: bold;
}
footer{
text-align: center;
background-color:orchid;
padding: 40px 0;
}
.copyright{
color: white;
font-size: 13px;
margin: 20px 0 0;
}
main{
width: 940px;
margin: 0 auto;
}
form{
margin:40px 0;
}
form label,form legend {
display: block;
font-size: 20px;
margin: 0 0 10px;
}
.input-padrao {
display: block;
margin: 0 0 20px;
padding:10px 25px;
width: 50%;
}
.checkbox{
margin: 20px ;
}
.enviar{
width: 40%;
padding: 15px 0;
background-color: hotpink;
color: white;
font-weight: bold;
font-size: 18px;
border:none ;
border-radius: 5px;
transition: 1s all;
cursor: pointer;
}
.enviar:hover{
background-color: deeppink;
transform: scale(1.2);
}
table{
width: 20px 0 40px;
margin: 20px 30px ;
}
thead{
background-color: mediumorchid;
color: white;
font-weight: bold;
}
td,th{
border:1px solid hotpink;
padding: 8px 15px;
}