Skip to content
This repository has been archived by the owner on Mar 18, 2020. It is now read-only.

Latest commit

 

History

History
13 lines (8 loc) · 348 Bytes

2019-02-01-TIL.md

File metadata and controls

13 lines (8 loc) · 348 Bytes
layout title slug tags
post
2019-02-01-TIL
190201-TIL
TIL

HTML/CSS

  • float: 요소의 위치를 한쪽으로 치우치게 할 수 있다. left의 경우 왼쪽으로, right의 경우 오른쪽에 요소가 위치하게 한다. 이미지가 아닌 element에 적용할 경우(ex: 텍스트) width를 설정해줘야 한다.