프로그래밍/HTML5 + CSS3
CSS 삼각형만들기
꿈을드림
2014. 2. 27. 20:08
content: "";
width: 0;
height: 0;
position: absolute;
right: 23px;
top:35px;
margin-top: 6px;
border-width: 7px 0px 7px 7px;
border-style: solid;
border-color: #fff transparent;
background-color:#ccc;