Added Hex Logo and CSS animation
This commit is contained in:
9
css/master.css
Normal file
9
css/master.css
Normal file
@@ -0,0 +1,9 @@
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
body {
|
||||
text-align: center;
|
||||
background-color: black;
|
||||
}
|
||||
Reference in New Issue
Block a user