Etudes/BTS/Web/Premiere annee/CSS5/style.css

24 lines
387 B
CSS
Raw Normal View History

2016-10-14 15:52:18 +00:00
body{
color : black;
background-color: white;
background-image:url(html_1920x1200.jpg);
background-position: center center;
background-attachment: fixed;
background-repeat: no-repeat;
}
img{
background-position: top left;
}
.text{
position: absolute;
z-index: 1;
color: blue;
top: 430px;
}
.image{
position: absolute;
z-index: -1;
}