인프런 영문 브랜드 로고
인프런 영문 브랜드 로고

Inflearn Community Q&A

keunmi8163878's profile image
keunmi8163878

asked

[2025 Exam Criteria] Web Design Technician Practical Exam Complete Guide

4. Clean up and truncate text with CSS that is full of notices

tab b 태그 정렬

Written on

·

257

1

tab a b 태그 왜 정렬이 어긋날까요 ?

tab-inner .tab  a b { float:right;} 도 되어있는데.. 

HTML/CSS웹 디자인jquery

Answer 1

0

codingworks님의 프로필 이미지
codingworks
Instructor

html 코드가 없어서 정확히 확인이 안되네요. 이런 경우 html 코드도 같이 올려주세요.

일단...

.tab-inner > .tab a에 float: left는 필요 없는 부분인데요.

.tab-inner > .tab a em에 float: left 그리고 .tab-inner > .tab a b에 float: right 하시면 되는데 좀 다르게 되어 있는 것 같네요.

keunmi8163878's profile image
keunmi8163878

asked

Ask a question