Commit
·
b4f86c0
1
Parent(s):
06ac398
Create custom.css
Browse files
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 |
+
}
|