added random rectangles, does not work correctly yet
This commit is contained in:
8
css/random-rectangles.css
Normal file
8
css/random-rectangles.css
Normal file
@@ -0,0 +1,8 @@
|
||||
#container {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.carre {
|
||||
position: absolute;
|
||||
background-color: #f67280;
|
||||
}
|
||||
Reference in New Issue
Block a user