Showing
1 changed file
with
3 additions
and
1 deletions
... | @@ -31,8 +31,10 @@ h2 { | ... | @@ -31,8 +31,10 @@ h2 { |
31 | } | 31 | } |
32 | 32 | ||
33 | #activity { | 33 | #activity { |
34 | + width:fit-content; | ||
35 | + height:fit-content; | ||
34 | border-radius: 40px 80px / 80px 40px; | 36 | border-radius: 40px 80px / 80px 40px; |
35 | - background-color: rgb(151, 198, 206); | 37 | + background-color: rgba(197, 97, 201, 0.486); |
36 | } | 38 | } |
37 | body { | 39 | body { |
38 | margin-top: 100px; | 40 | margin-top: 100px; | ... | ... |
-
Please register or login to post a comment