12 lines
153 B
CSS
12 lines
153 B
CSS
|
body {
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
|
||
|
#carre {
|
||
|
border: solid 50px #f67280;
|
||
|
width: 0px;
|
||
|
height: 0px;
|
||
|
margin-top: 100px;
|
||
|
margin-left: 0px;
|
||
|
}
|