라벨이 css인 게시물 표시

css position 속성 종류 5가지

 html5의 요소의 위치를 지정할 때 css의 ` position `속성을 사용할 수 있다. position 속성의 기본값은 static 이며, 기본값을 포함한 5가지 옵션은 각각 static, relative, absolute, fixed, sticky 를 가진다. css position property 5 types of options css position 속성 종류 5가지 ~ static relative absolute fixed sticky

CSS html 요소 테두리 둥글게 border-radius 속성 종류와 사용 방법

border-radius property types and usage methods CSS html 요소 테두리 둥글게 border-radius 속성 종류와 사용 방법 웹페이지를 만들 때 테두리가 둥근 것들이 있다. 대표적으로 유튜브로 메인 화면을 보면 모든 영상의 가장자리 테두리가 둥글게 되어 있다. 보는 사람의 피로감을 줄이는 요소이기도 하며, 응용하면 세련된 화면을 만들 수 있다.