hero square done

This commit is contained in:
yousifpa98
2024-12-19 22:52:36 +01:00
parent c58c287054
commit 1ff58ea7cc
15 changed files with 277 additions and 13 deletions

View File

@@ -0,0 +1,10 @@
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: "SF Pro Display", sans-serif;
background-color: black;
}