210618 UIUX WebDesign CSS 연습_43_4(park_01,02,03,04.html -> style.css)

ITisIT210·2021년 6월 20일
0

CSS

목록 보기
50/93
post-thumbnail
@charset "uft-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ol, ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: #000;
}

table {
    border-collapse: collapse;
}

body {
    font-family: "맑은 고딕";
    font-size: 16px;
    color: #000;
    line-height: 1.5;
}

/* 윈도우 전체 */
#container {
    margin: 50px auto;
    width: 1200px;
}

/* 좌측 콘텐츠 */
.lnb {
    width: 250px;
    float: left;
}
.lnb h2 {
    margin-bottom: 50px;
    padding: 50px 0px;
    font-size: 30px;
    text-align: center;
    color: #fff;
    background-color: #1263C8;
}
.lnb ul {
    border-top: 1px solid #b1d4ff;
}
.lnb ul li a {
    padding: 10px 20px;
    display: block;
    font-weight: bold;
    color: #999;
    border-bottom: 1px solid #b1d4ff;
}
.lnb ul li a:hover, .lnb ul li a.on {
    color: #508ddb;
    background-color: #e2efff;
}

/* 우측 콘텐츠 */
.contents {
    width: 900px;
    float: right;
}
.contents h1 {
    padding-bottom: 20px;
    font-size: 50px;
    color: #1263C8;
}
.contents .intro {
    background-color: #f5f5f5;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.contents .intro::after {
    content: "";
    display: block;
    clear: both;
}
.contents .intro .photo {
    width: 300px;
    line-height: 0;
    float: left;
}
.contents .intro dl {
    padding: 30px;
    width: 600px;
    float: right;
}
.contents .intro dt {
    padding-bottom: 20px;
    font-size: 20px;
}
.contents .intro dd {
    color: #999;
}
.contents h3 {
    padding: 30px 0px 10px;
}
.contents table {
    width: 100%;
    border-top: 3px solid #1263C8;
}
.contents table tbody tr th {
    padding: 10px;
    color: #1263C8;
    background-color: #f5f5f5;
    border-bottom: 1px solid #88b1e3;
    border-right: 1px solid #88b1e3;
}
.contents table tbody tr td {
    padding: 10px;
    text-align: center;
    border-bottom: 1px solid #88b1e3;
    border-right: 1px solid #88b1e3;
}
.contents table tbody tr :last-child {
    border-right: 0;
}


.contents .futsal {
    padding: 30px 30px 30px 200px;
    background: #f5f5f5 url("../images/futsal_bg.gif") no-repeat 40px 30px;
    border: 1px solid #ddd;
}
.contents .futsal h4 {
    padding-top: 20px;
}
.contents .futsal ul li {
    padding-left: 15px;
    background: url("../images/icon.png") no-repeat 3px 10px;
}
.contents .info ul {
    padding: 20px 25px;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
}
.contents .info ul li {
    padding-left: 20px;
    background: #f5f5f5 url("../images/icon.png") no-repeat 5px 10px;
}
profile
Engineering is the closest thing to magic that exists in the world.

0개의 댓글

관련 채용 정보