Added Hex Logo and CSS animation

This commit is contained in:
Christopher Bell
2022-09-07 21:08:34 -05:00
parent 63c12b19a1
commit 1ce12641cf
5 changed files with 204 additions and 0 deletions

9
css/master.css Normal file
View File

@@ -0,0 +1,9 @@
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
text-align: center;
background-color: black;
}