GenjiOneTrick commited on
Commit
b4f86c0
1 Parent(s): 06ac398

Create custom.css

Browse files
Files changed (1) hide show
  1. resourse/style/custom.css +9 -0
resourse/style/custom.css ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ h1 {
2
+ text-align: center;
3
+ }
4
+
5
+ .contain {
6
+ max-width: 1000px;
7
+ margin: auto;
8
+ padding-top: 1.5rem;
9
+ }