Olá, galera! Hoje veremos rápido, uma aplicação CSS.
*{margin:0; padding:0 ; border: 0; }
body {
background: white;
}
#miniH{
background: url("../img/home.jpg") ;
height: 70px;
width: 100%;
}
#miniHC{
margin: 0 auto;
width: 1000px;
height: 70px;
}
#home{
background: url("../img/Fhome.png") ;
height: 630px;
width: 100%;
z-index: 10;
}
#home{
background: url("../img/Fhome.png") ;
height: 630px;
width: 100%;
z-index: 10;
}
#homeCont{
margin: 0 auto;
width: 1000px;
height: 630px;
z-index: 30;
position: relative;
}
#fundR{
background: url("../img/fundR.png") no-repeat;
margin: 0 auto;
width: 1600px;
height: 630px;
z-index: 15;
position: relative;
}
#homeB{
background: url("../img/fHomeB.jpg") ;
height: 689px;
width: 100%;
}
#homeBCont{
margin: 0 auto;
width: 1000px;
height: 689px;
}
#sobre{
background: url("../img/sobre.jpg") ;
height: 1510px;
width: 100%;
}
#sobreCont{
margin: 0 auto;
width: 1000px;
height: 702px;
}
#sobreCont h1{
color: #41b3cb;
font-size: 36px;
padding-top: 110px;
}
#leftS h3{
color: #686868;
font-size: 20px;
}
#botaoS{
margin-top: 58px;
float: right;
cursor: pointer;
}
Este comentário foi removido pelo autor.
ResponderExcluir