-
HTML 가로줄<hr> 꾸미기 예제웹프로그래밍/CSS 2018. 4. 19. 18:54반응형
18 Simple Styles for Horizontal Rules (hr CSS Design)
See the Pen 18 Simple Styles for Horizontal Rules (hr CSS Design) by Ibrahim Jabbari (@ibrahimjabbari) on CodePen.
그라디언트 스타일
{
border: 0;
height: 1px;
background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
반응형'웹프로그래밍 > CSS' 카테고리의 다른 글
CSS transition / transform / animation (0) 2019.01.11