안효원 안효원 2021-08-07
weekend Practice
@42b9b249a602a039732adb73c1a3e69c007ea088
 
20210807/1.html (added)
+++ 20210807/1.html
@@ -0,0 +1,117 @@
+<!doctype html>
+<html lang="ko">
+<head>
+    <meta charset="UTF-8">
+    <style>
+        * {margin: 0; padding: 0; box-sizing: border-box; color: #666666;}
+        body {background: no-repeat url("http://web.miri.kr/example/images/bg.jpg") fixed; background-size: cover;}
+        #container {width: 1030px; margin: 0 auto; background-color: white;}
+        #top {background-color:  #aeaca8;}
+        #top ul li {display: inline-block; margin-right: 40px; vertical-align: middle;}
+        #top ul li a {text-decoration: none; color: white; font-size: 20px;}
+        #top ul li a:hover {color: black;}
+        #second {background: url("http://web.miri.kr/example/images/main1.jpg"); width: 1030px; height: 500px;}
+        #article {width: 1030px; height: 500px;}
+        #left {width: 68%; height: 100%; float: left; border-right: #aeaca8 1px solid;}
+        #right {width: 30%; height: 100%; float: left; margin-left: 20px;}
+        #leftTop {width: 100%; height: 50%;}
+        #leftBottom {width: 100%; height: 50%;}
+        #leftTopLeft {width: 50%; height: 100%; float: left;}
+        #leftTopRight {width: 50%; height: 100%; float: left;}
+        #img1 {width: 300px; height: 200px; margin-left: 30px; margin-top: 20px;}
+        .caption {margin-left: 30px;}
+        #text1 {margin-top: 20px; margin-right: 30px;}
+        .lorem1 {font-size: 25px;}
+        .lorem2 {font-size: 20px; color: palevioletred;}
+        #leftBottomLeft {width: 50%; height: 100%; float: left;}
+        #leftBottomRight {width: 50%; height: 100%; float: left;}
+        #text2 {margin-left: 30px; margin-top: 20px;}
+        #img2 {width: 300px; height: 200px; margin-top: 20px; margin-left: 30px;}
+        #rightTop {height: 50%; width: 100%;}
+        #rightBottom {height: 50%; width: 100%;}
+        #rightTop ul li {list-style: none; margin-top: 20px;}
+        #rightTop ul li:hover {background-color: #aeaca8;}
+        #rightTop ul li a {text-decoration: none;;}
+        #walking {font-size: 20px; color: palevioletred;}
+        #contact {font-size: 20px; color: palevioletred;}
+        #footer {background-color: #aeaca8;}
+        .this {border-bottom: #aeaca8 1px solid;}
+        #copy {color: white;}
+    </style>
+</head>
+<body>
+    <div id="container">
+        <div id="top">
+            <ul>
+                <li><a href="#"><img src="http://www.aiit.or.kr/images/logo.png"></a></li>
+                <li><a href="#">Company</a></li>
+                <li><a href="#">Product</a></li>
+                <li><a href="#">Service</a></li>
+                <li><a href="#">Community</a></li>
+                <li><a href="#">Contact</a></li>
+            </ul>
+        </div>
+        <div id="second">
+            <!-- 손 그림 -->
+        </div>
+        <div id="article">
+            <div id="left">
+                <div id="leftTop">
+                    <div id="leftTopLeft">
+                        <img id="img1" src="http://web.miri.kr/example/images/image1.jpg">
+                        <p class="caption">그림 [1]</p>
+                    </div>
+                    <div id="leftTopRight">
+                        <p id="text1">
+                            <span class="lorem1">Lorem, ipsum.</span><br>
+                            <span class="lorem2">Lorem ipsum dolor sit amet.</span><br><br>
+                            <span class="lorem3">
+                                Lorem ipsum dolor, sit amet consectetur adipisicing elit. Eaque amet deleniti asperiores tempore ullam incidunt, ad quos sapiente sint sit animi tenetur, omnis veritatis explicabo ut vero ipsam architecto harum.
+                            </span>
+                        </p>
+                    </div>
+                </div>
+                <div id="leftBottom">
+                    <div id="leftBottomLeft">
+                        <p id="text2">
+                            <span class="lorem1">Lorem, ipsum.</span><br>
+                            <span class="lorem2">Lorem ipsum dolor sit amet.</span><br><br>
+                            <span class="lorem3">
+                                Lorem ipsum dolor, sit amet consectetur adipisicing elit. Eaque amet deleniti asperiores tempore ullam incidunt, ad quos sapiente sint sit animi tenetur, omnis veritatis explicabo ut vero ipsam architecto harum.
+                            </span>
+                        </p>
+                    </div>
+                    <div id="leftBottomRight">
+                        <img id="img2" src="http://web.miri.kr/example/images/image2.jpg">
+                        <p class="caption">그림 [2]</p>
+                    </div>
+                </div>
+            </div>
+            <div id="right">
+                <div id="rightTop">
+                    <ul>
+                        <li><a id="walking" href="#">Walking Exersise</a></li>
+                        <li><a class="this" href="#">Lorem ipsum dolor sit amet.</a></li>
+                        <li><a class="this" href="#">Lorem ipsum dolor sit amet.</a></li>
+                        <li><a class="this" href="#">Lorem ipsum dolor sit amet.</a></li>
+                        <li><a class="this" href="#">Lorem ipsum dolor sit amet.</a></li>
+                    </ul>
+                </div>
+                <div id="rightBottom">
+                    <p>
+                        <span id="contact">Contact Us</span><br><br>
+                        <span>Lorem ipsum dolor sit amet.</span><br>
+                        <span>Lorem ipsum dolor </span><br>
+                        <span>Lorem ipsum dolor.</span><br>
+                        <span>Lorem ipsum dolor amet.</span><br>
+                        <span>Lorem ipsum dolor sit amet.</span>
+                    </p>
+                </div>
+            </div>
+        </div>
+        <div id="footer">
+            <span id="copy">Copyright&copy;2019한국정보통신교육원 All rights reserved.</span>
+        </div>
+    </div>
+</body>
+</html>(No newline at end of file)
Add a comment
List