Showing
1 changed file
with
5 additions
and
0 deletions
... | @@ -34,7 +34,12 @@ h2 { | ... | @@ -34,7 +34,12 @@ h2 { |
34 | text-shadow: 4px 2px 2px rgba(178, 104, 180, 0.61); | 34 | text-shadow: 4px 2px 2px rgba(178, 104, 180, 0.61); |
35 | letter-spacing: 0.05em; | 35 | letter-spacing: 0.05em; |
36 | } | 36 | } |
37 | +#comment { | ||
38 | + width: fit-content; | ||
39 | + background-color: rgba(190, 125, 87, 0.39); | ||
40 | + border-radius: 40px 80px / 80px 40px; | ||
37 | 41 | ||
42 | +} | ||
38 | #detail { | 43 | #detail { |
39 | width:1000px; | 44 | width:1000px; |
40 | height:fit-content; | 45 | height:fit-content; | ... | ... |
-
Please register or login to post a comment