무소의 뿔처럼

(css)과정평가형 정보처리산업기사 수강신청 도우미 사이트 본문

과정평가_정산기_기록/수강신청 도우미 사이트

(css)과정평가형 정보처리산업기사 수강신청 도우미 사이트

값을변경 2022. 2. 13. 16:56

@charset "UTF-8";

header{
	height: 50px;
	border: 1px solid;
	line-height: 50px;
	margin-bottom: 10px;
}
h3{
	margin: 0px;
	text-align: center;
}
footer{
	height: 30px;
	border: 1px solid;
	line-height: 30px;
	margin-top: 10px;
}
section{
	height: 430px;
	border: 1px solid;
}
table{
	text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-collapse: collapse;
    width: 766px;
    height: 300px;
}
td,th{
	 border: 1px solid;
}
.indexBtn{
	width: 78px;
	height: 30px;
	position: absolute;
    right: 86px;
}
.H3_addpage{
	text-align: center;
	margin-top: 30px;
}
.majorAddBtn{
	position: absolute;
    right: 86px;
}
Comments