Showing
1 changed file
with
11 additions
and
2 deletions
... | @@ -47,11 +47,20 @@ body{ | ... | @@ -47,11 +47,20 @@ body{ |
47 | display:flex; | 47 | display:flex; |
48 | align-items:center; | 48 | align-items:center; |
49 | justify-content:space-around; | 49 | justify-content:space-around; |
50 | -} | ||
51 | 50 | ||
51 | +} | ||
52 | +.center3{ | ||
53 | + width:100vw; | ||
54 | + height:2vh; | ||
55 | + display:flex; | ||
56 | + align-items:center; | ||
57 | + justify-content:space-around; | ||
58 | + position: relative; | ||
59 | + left:150px; | ||
60 | + bottom:15px | ||
61 | +} | ||
52 | .champImage{ | 62 | .champImage{ |
53 | resize: both; | 63 | resize: both; |
54 | - max_width: 100px; | ||
55 | height: auto; | 64 | height: auto; |
56 | } | 65 | } |
57 | .fontsizeup{ | 66 | .fontsizeup{ | ... | ... |
-
Please register or login to post a comment