Chapter 2 - add css module

This commit is contained in:
2023-12-27 12:52:00 +01:00
parent 5a2b499001
commit 982169d4b0
2 changed files with 9 additions and 0 deletions

7
app/ui/home.module.css Normal file
View File

@@ -0,0 +1,7 @@
.shape {
height: 0;
width: 0;
border-bottom: 30px solid black;
border-left: 20px solid transparent;
border-right: 20px solid transparent;
}