Parsing css and css groups

This commit is contained in:
Antoine Pilote
2021-06-02 09:41:39 -04:00
parent 39aaa4cd2c
commit e3052e2e1f
16 changed files with 455 additions and 19 deletions

View File

@@ -1,7 +1,11 @@
.button {
width: 10px;
height: 100px;
color: rgba(1, 1, 2, 1);
}
width: 25%;
height: 100%;
}
.left {
width: 100px;
height: 150px;
margin: 50px 100px;
}