Spaces:
Sleeping
Sleeping
Update templates/style.css
Browse files- templates/style.css +4 -10
templates/style.css
CHANGED
@@ -9,17 +9,11 @@ h1, h2 {
|
|
9 |
color: #FF6347;
|
10 |
}
|
11 |
|
12 |
-
|
13 |
-
background-color: #fff;
|
14 |
-
border: 2px solid #ddd;
|
15 |
-
padding: 10px 15px;
|
16 |
border-radius: 10px;
|
17 |
-
cursor: pointer;
|
18 |
-
transition: all 0.3s;
|
19 |
-
box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
|
20 |
}
|
21 |
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
}
|
|
|
9 |
color: #FF6347;
|
10 |
}
|
11 |
|
12 |
+
img {
|
|
|
|
|
|
|
13 |
border-radius: 10px;
|
|
|
|
|
|
|
14 |
}
|
15 |
|
16 |
+
p {
|
17 |
+
font-size: 14px;
|
18 |
+
line-height: 1.6;
|
19 |
}
|