Page 77 - MDP2020-2
P. 77
················································································ 명장양성프로젝트 【MDP】 과제발표회 자료집 Ⅱ | 71
/* 너비 170px */
height: 100%;
/* 높이 100% */
text-align:right;
/* 글자 중앙 정렬 */
position: relative;
/* 위치 속성 relative */
left:750px;
/* 좌로 750px */
top:30px;
/* 좌로 30px */
}
.top button{
background-color: transparent !important;
/* 배경색 없음 */
background-image: none !important;
/* 배경이미지 없음 */
border-color: transparent;
/* 테두리 색상 없음 */
border-radius: 100%;
/* 둥금 100% */
border: none;
/* 테두리 없음 */
color: black;
/* 검은색 글자 */
height: 200px;
/* 높이 200px */
width: 130px;
/* 너비 130px */
font-size: 22px;
/* 폰트 크기 22px */
position: relative;
/* 위치 속성 relative */
left: 100%
/* 좌에서 100% */
}
#show{
text-align: center;
/* 글자 중앙 정렬 */
position: absolute;
/* 위치 속성 absolute */