Page 80 - MDP2020-2
P. 80
| 인천전자마이스터고등학교 ·············································································································
74
padding-top: 40px;
/* 윗 여백 40px */
padding-bottom: 10px;
/* 밑 여백 10px */
}
.header::after{
display: block;
/* block 요소 */
content: "";
/* none 엔트리 */
clear: both;
/* 좌우 정렬 취소 */
}
.header .input{
width:90%;
/* 너비 90% */
float: left;
/* 좌에 띄움 */
padding-left: 22px;
/* 좌 여백 22px */
}
.header .input input{
width:100%;
/* 너비 100% */
box-sizing:border-box;
/* 테두리 기준 크기 */
padding:8px;
/* 상하좌우 여백 8px */
border: none;
/* 테두리 없음 */
font-size:30px;
/* 폰트 크기 30px */
font-weight:lighter;
/* 폰트 두께 얇게 */
font-family:'montserrat';
/* 구글웹폰트 */
text-align:right;
/* 글자 우측 정렬 */
color: #000000;
/* 검은색 글자 */
}
.header .reset {
width: 20%;