안녕하세요!
.main-message small{
display: block;
font-size: 1rem;
margin-bottom: 0.5em;
}
#scroll-section-2 .main-message {
font-size: 3.5rem;
color: blue;
}
html 이 14pt일때
small 은 14*1 이고
아래 main-message 는 14*3.5
라는 의도는 알겠고 실제로도
그렇게 확인이 됐는데요,
궁금한건
small태그는 main-message안에
있기도 하니까,
아래 3.5배가 한번 더 적용되어야
된다고 생각했는데 안 되는 이유가
뭔가요??
감사합니다^^