blogartisanal/user/style.css

58 lines
673 B
CSS

<style type="text/css">
html
{
height:100%;
width:100%;
}
#header
{
width:100%;
height:20%;
font-size:50px;
text-align:center;
border-style:solid;
border-color:black;
border-size:1px;
}
.corps
{
width:80%;
height:5%;
border-bottom-style:solid;
border-bottom-color:black;
border-bottom-size:1px;
//float:left;
z-index:2;
}
#widget
{
margin-left:80%;
width:15%;
z-index:1;
position:absolute;
border-left-style:solid;
border-left-color:black;
border-left-size:2px;
}
a
{
color:black;
text-decoration:none;
}
a:hover
{
color:black;
text-decoration:underline;
}
#contact
{
color:white;
text-decoration:none;
}
#contact:hover
{
color:white;
text-decoration:underline;
}
</style>