이 솔루션은 다음 챌린지의 참여 결과물입니다.
Profile card component challenge on Frontend Mentor.
@font-face {
font-family: 'NanumSquare';
src: url("./NanumSquareR.ttf") format("truetype");
}
.card{
position: absolute;
left: 50%;
top: 50%;
margin-left:-150px;
margin-top:-200px;
}
.name{
text-align: center;
}
.name>.myname{ /*div name 안의 div myname*/
display:inline-block; /*div myage와 나란히*/
margin-top: 50px;
font-size: 20px;
font-weight: 1000;
}
*참고: The Markdown Guide
css 활용 방법을 어느 정도 익혔다고 생각했는데 안 쓰니까 까먹는 것 같다.
기본적인 div 정렬 방법, css class 호출 방법 등 가장 기초적인 스킬을 다시 다질 수 있었다.
코드는 상기 github에서 볼 수 있다.
방학 기간동안 스킬 많이 쌓아야지!