이재용

css 수정 (center3 추가)

......@@ -47,11 +47,20 @@ body{
display:flex;
align-items:center;
justify-content:space-around;
}
}
.center3{
width:100vw;
height:2vh;
display:flex;
align-items:center;
justify-content:space-around;
position: relative;
left:150px;
bottom:15px
}
.champImage{
resize: both;
max_width: 100px;
height: auto;
}
.fontsizeup{
......