univ.phundrak.fr/css/square.css

21 lines
242 B
CSS
Raw Permalink Normal View History

2018-09-29 19:47:26 +00:00
body {
overflow: hidden;
}
2018-10-11 01:03:07 +00:00
#container {
}
.carre {
2018-09-29 19:47:26 +00:00
border: solid 50px #f67280;
width: 0px;
height: 0px;
margin-top: 100px;
margin-left: 0px;
2018-10-11 01:03:07 +00:00
position: absolute;
}
#carre2 {
display: none;
float: left;
2018-09-29 19:47:26 +00:00
}