Page 76 - MDP2020-2
P. 76
| 인천전자마이스터고등학교 ·············································································································
70
-style2
body{
font-family:"NanumBarunGothic";
/* 폰트를 나눔바른고딕으로 설정 */
background-color: white;
/* 흰색 배경 */
}
.container {
width: 100%;
/* 너비 100% */
margin: 0 auto;
text-align: center;
/* 글자 중앙 정렬 */
}
.header {
width: 100%;
/* 너비 100% */
position: relative;
/* 위치 속성 relative */
top:20px;
/* 위에서 20px */
color:white;
/* 흰색 글자 */
background-color: #f85f30;
/* 주황색 배경 */
}
.main{
width: 100%;
/* 너비 100% */
}
.main .top{
width:170px;
/* 너비 170px */
height: 100%;
/* 높이 100% */
text-align:right;
.main .top{
width:170px;