210601 UIUX WebDesign CSS 연습_3

ITisIT210·2021년 6월 6일
0

CSS

목록 보기
3/93
post-thumbnail
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>엄마야 누나야</title>
<style>
    * {
        margin: 0;
        padding: 0;
    }
    body {
        font-family: "맑은 고딕";
        font-size: 16px;
        line-height: 1.5;
        color: #000;
        background-color: #DDDDDD;
    }

    h1 {
        margin-bottom: 20px;
        padding: 10px 20px;
        color: #fff;
        background-color: #6633CC;
    }

    div {
        margin: 50px auto;
        padding: 30px;
        background-color: #fff;
        width: 500px;
        border: 5px solid #9999ff;
    }

    .tail {
        color: #8966FF;
    }

</style>
</head>
<body>

<div>
    <h1>엄마야 누나야</h1>

    <p>엄마야 누나야 강변 살자.<br>
    들에는 반짝이는 금모래빛<br>
    뒷문 밖에는 갈잎의 노래<br>
    엄마야 누나야 강변 살자.</p>

    <p class="tail"><strong>시집 "진달래꽃"(1925) - 김소월</strong></p>
</div>

</body>
</html>
profile
Engineering is the closest thing to magic that exists in the world.

0개의 댓글

관련 채용 정보