univ.phundrak.fr/css/square.css

12 lines
153 B
CSS
Raw Normal View History

2018-09-29 19:47:26 +00:00
body {
overflow: hidden;
}
#carre {
border: solid 50px #f67280;
width: 0px;
height: 0px;
margin-top: 100px;
margin-left: 0px;
}