added random rectangles, does not work correctly yet

This commit is contained in:
Phuntsok Drak-pa
2018-11-22 12:02:02 +01:00
parent a5532aecb7
commit 294e686b4f
10 changed files with 166 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
#container {
position: relative;
}
.carre {
position: absolute;
background-color: #f67280;
}