Showing
1 changed file
with
38 additions
and
4 deletions
1 | -#dday { | 1 | +.circle { |
2 | - border-radius: 40px 80px / 80px 40px; | 2 | + margin: 0 auto; |
3 | - background-color: rgb(150, 140, 206); | 3 | + width: 500px; |
4 | - | 4 | + height: 500px; |
5 | + border: 15px solid rgb(163, 151, 198); | ||
6 | + border-radius: 50%; | ||
7 | +} | ||
8 | +.dday { | ||
9 | + padding: 50px 0; | ||
10 | +} | ||
11 | +.wrapper { | ||
12 | + margin: 0 auto; | ||
13 | + padding: 30px; | ||
14 | + max-width: 1170px; | ||
15 | +} | ||
16 | +h1 { | ||
17 | + font-size: 40px; | ||
18 | + color : tomato; | ||
19 | + font-family: 'Gowun Dodum', sans-serif; | ||
5 | } | 20 | } |
21 | +h2 { | ||
22 | + color :white; | ||
23 | + font-weight: lighter; | ||
24 | + font-family: 'Gowun Dodum', sans-serif; | ||
25 | +} | ||
26 | +#title { | ||
27 | + color: rgb(191, 185, 211); | ||
28 | + font-size: 50px; | ||
29 | + font-family: 'Tiro Devanagari Marathi', serif; | ||
30 | + font-weight: 600; | ||
31 | +} | ||
32 | + | ||
6 | #activity { | 33 | #activity { |
7 | border-radius: 40px 80px / 80px 40px; | 34 | border-radius: 40px 80px / 80px 40px; |
8 | background-color: rgb(151, 198, 206); | 35 | background-color: rgb(151, 198, 206); |
36 | +} | ||
37 | +body { | ||
38 | + margin-top: 100px; | ||
39 | + margin-bottom: 100px; | ||
40 | + margin-left: 50px; | ||
41 | + margin-right: 50px; | ||
42 | + background-color: rgb(78, 76, 76); | ||
9 | } | 43 | } |
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or login to post a comment