Page 82 - MDP2020-2
P. 82
| 인천전자마이스터고등학교 ·············································································································
76
.body .row .col-3{
width:33.3333%;
/* 너비 33% */
float: left;
/* 좌에 띄움 */
text-align: center;
/* 글자 중앙 정렬 */
}
.body .row .col-3 button{
width:68px;
/* 너비 68px */
height:68px;
/* 높이 68px */
border-radius: 100%;
/* 둥긂 */
border:none;
/* 테두리 없음 */
font-family: 'montserrat';
/* 구글 웹 폰트 */
color:#072A9A;
/* 파란색 글자 */
background: #fff;
/* 흰색 배경 */
font-size: 25px;
/* 폰트 사이즈 25px */
}
.body .row .col-3 button:focus{
background: #f8f8f8;
/* 흰색 배경 */
}
.Welecom{
position: absolute;
/* 위치 속성 absolute */
top: 0%;
/* 위에서 0% */
left: 70%;
/* 좌에서 70% */
}