반응형
.search-box { }
.search-box li { float:left; }
.sch-name { width:200px; border:0; padding:6px 8px; }
button {
overflow: visible;
position: relative;
float: right;
border: 0;
padding: 0;
cursor: pointer;
height: 30px;
width: 50px;
line-height: 30px;
color: #fff;
background: #d83c3c;
border-radius: 0 3px 3px 0;
text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
}
button:before {
content: '';
position: absolute;
border-width: 8px 8px 8px 0;
border-style: solid solid solid none;
border-color: transparent #d83c3c transparent;
top: 8px;
left: -6px;
}
반응형
'프로그래밍 > HTML+CSS' 카테고리의 다른 글
| html5 canvas 이미지&글자 (0) | 2016.09.09 |
|---|---|
| html5 canvas draw & filltext & imageurl (0) | 2016.08.23 |
| css 모바일 a태그 클릭시 탭효과 제거 (0) | 2016.07.25 |
| HTML 특수문자 코드표 (0) | 2016.07.05 |
| 모바일 아이콘/웹 북마크 아이콘 지정 (0) | 2015.04.23 |