CSS16 opacity 정리(CSS) opacity는 요소의 불투명도, 투명도를 지정한다.속성의 값은 0.1~1.0이다.값이 낮을수록 투명하다. 2020. 7. 27. Shadow 정리(CSS) Hello World!!Hello World!! text-shadow: 3px 1px;text-shadow: 가로 그림자 세로 그림자 text-shadow: 1.5px 1.5px blue;text-shadow: 가로 그림자 세로 그림자 색상 text-shadow: 1.5px 1.5px 3px blue; text-shadow: 1.5px 1.5px blur효과 blue; 2020. 7. 27. border-radius 정리(CSS) The border-radius border-radiusborder-radius border-top-left-radiusborder-top-right-radiusborder-bottom-left-radiusborder-bottom-right-radius위 4개의 축약형은 border-radius 이다 border-radius는 1~4개의 속성을 가진다 border-radius: 50px 10px 10px 0px;border-radius : 좌측 상단, 우측 상단, 우측 하단, 좌측 하단; border-radius: 10px 50px 10px;border-radius : 좌측 상단, 우측 상단과 좌측 하단, 우측 상단; border-radius: 10px 50px;border-radius : 좌측 상단과 .. 2020. 7. 27. 간단한 hover 기능 구현(HTML, CSS) button button 2020. 7. 27. 이전 1 2 3 4 다음