Hi

(css)max-width 본문

WEB(웹)

(css)max-width

SharingWorld 2018. 6. 3. 19:14
max-width

max-width

예시를 보는게 더 빠른듯

ex)
Set the maximum width of a

element to 150 pixels:

p.ex1 {  
	max-width:  150px;  
}

'WEB(웹)' 카테고리의 다른 글

display: flex 없이 수직정렬 하는 법  (0) 2018.06.03
(css)max-width 와 margin: auto에 대한 이해  (0) 2018.06.03
미디어 쿼리의 조건  (0) 2018.06.02
(CSS) 미디어 쿼리 구문  (0) 2018.06.02
(html) <dl>, <dt>, <dd> 태그  (0) 2018.06.02