안효원 안효원 2021-08-04
Dictory cleaning
@e0918e0b49334675980b0bc07f3fdc885dc94f6c
20210802/20210802.html (Renamed from 20210802.html)
--- 20210802.html
+++ 20210802/20210802.html
No changes
20210802/form.html (Renamed from form.html)
--- form.html
+++ 20210802/form.html
No changes
20210802/table.html (Renamed from table.html)
--- table.html
+++ 20210802/table.html
No changes
20210802/test.css (Renamed from test.css)
--- test.css
+++ 20210802/test.css
No changes
20210802/test.html (Renamed from test.html)
--- test.html
+++ 20210802/test.html
No changes
20210802/test2.html (Renamed from test2.html)
--- test2.html
+++ 20210802/test2.html
No changes
20210803/1.html (Renamed from 1.html)
--- 1.html
+++ 20210803/1.html
No changes
20210803/2.html (Renamed from 2.html)
--- 2.html
+++ 20210803/2.html
No changes
20210803/3.html (Renamed from 3.html)
--- 3.html
+++ 20210803/3.html
No changes
20210803/4.html (Renamed from 4.html)
--- 4.html
+++ 20210803/4.html
@@ -61,7 +61,7 @@
                 <select>
                     <option value="">010</option>
                 </select>
-                - <input type="text">-<input type="text">
+                - <input type="text"> - <input type="text">
             </td>
         </tr>
         <tr>
 
20210804/1.html (added)
+++ 20210804/1.html
@@ -0,0 +1,32 @@
+<!DOCTYPE html>
+<html lang="ko">
+<head>
+    <meta charset="UTF-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <title>CSS</title>
+    <style>
+        #page {width: 720px; background-color: antiquewhite; margin: 0 auto;}
+        #hr1 {border: black solid 1px;}
+        h1 {text-align: center; color: brown; font-style: italic;}
+        p {font-family: 'Times New Roman', Times, serif; font-size: 30px; padding-left: 10px;}
+        .heading {text-align: center;}
+        .hr2 {width: 50%; border: black dotted 2px;}
+    </style>
+</head>
+<body>
+    <div id="page">
+        <h1>타이틀</h1>
+        <hr id="hr1">
+        <p>
+            Lorem ipsum dolor, sit amet consectetur adipisicing elit.
+            Dicta obcaecati nemo numquam ratione natus aliquid odit.
+            Cumque omnis illo voluptas. Reiciendis deleniti praesentium
+            vel necessitatibus exercitationem, soluta numquam iusto natus!
+        </p>
+        <h3 class="heading">A</h3><hr class="hr2">
+        <h4 class="heading">B</h4><hr class="hr2">
+        <h5 class="heading">C</h5>
+    </div>
+</body>
+</html>(No newline at end of file)
Add a comment
List