Showing
1 changed file
with
9 additions
and
13 deletions
... | @@ -4,22 +4,21 @@ | ... | @@ -4,22 +4,21 @@ |
4 | height: 500px; | 4 | height: 500px; |
5 | border: 15px solid rgb(163, 151, 198); | 5 | border: 15px solid rgb(163, 151, 198); |
6 | border-radius: 50%; | 6 | border-radius: 50%; |
7 | + line-height: 3em; | ||
7 | } | 8 | } |
8 | .dday { | 9 | .dday { |
9 | - padding: 20px 0; | 10 | + padding: 50px 0; |
10 | } | 11 | } |
11 | .wrapper { | 12 | .wrapper { |
12 | margin: 0 auto; | 13 | margin: 0 auto; |
13 | - padding: 20px; | 14 | + padding: 30px; |
14 | max-width: 1170px; | 15 | max-width: 1170px; |
15 | } | 16 | } |
16 | -.dDayFont { | ||
17 | - font-size: 650%; | ||
18 | -} | ||
19 | h1 { | 17 | h1 { |
20 | - font-size: 80px; | 18 | + font-size: 50px; |
21 | - color : rgb(241, 49, 38); | 19 | + color : tomato; |
22 | font-family: 'Gowun Dodum', sans-serif; | 20 | font-family: 'Gowun Dodum', sans-serif; |
21 | + margin-bottom: 10px; | ||
23 | } | 22 | } |
24 | h2 { | 23 | h2 { |
25 | color :white; | 24 | color :white; |
... | @@ -27,16 +26,13 @@ h2 { | ... | @@ -27,16 +26,13 @@ h2 { |
27 | font-family: 'Gowun Dodum', sans-serif; | 26 | font-family: 'Gowun Dodum', sans-serif; |
28 | } | 27 | } |
29 | 28 | ||
30 | -h3 { | ||
31 | - font-size: 50px; | ||
32 | - color : rgb(202, 17, 7); | ||
33 | - font-family: 'Gowun Dodum', sans-serif; | ||
34 | -} | ||
35 | #title { | 29 | #title { |
36 | color: rgb(191, 185, 211); | 30 | color: rgb(191, 185, 211); |
37 | - font-size: 50px; | 31 | + font-size: 70px; |
38 | font-family: 'Tiro Devanagari Marathi', serif; | 32 | font-family: 'Tiro Devanagari Marathi', serif; |
39 | font-weight: 600; | 33 | font-weight: 600; |
34 | + text-shadow: 4px 2px 2px rgba(178, 104, 180, 0.61); | ||
35 | + letter-spacing: 0.05em; | ||
40 | } | 36 | } |
41 | #activity { | 37 | #activity { |
42 | width:1000px; | 38 | width:1000px; | ... | ... |
-
Please register or login to post a comment