Spaces:
Sleeping
Sleeping
Commit
·
856f79d
1
Parent(s):
1ed6d3d
Create style.css
Browse files
style.css
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/* style.css */
|
2 |
+
.title {
|
3 |
+
text-align: center;
|
4 |
+
font-size: 24px;
|
5 |
+
font-weight: bold;
|
6 |
+
color: #4a7c59; /* You can change the color */
|
7 |
+
margin-bottom: 10px;
|
8 |
+
}
|
9 |
+
|
10 |
+
.description {
|
11 |
+
text-align: center;
|
12 |
+
font-size: 16px;
|
13 |
+
color: #333333; /* You can change the color */
|
14 |
+
margin-bottom: 20px;
|
15 |
+
}
|