소스 검색

commit test1

spiridonov 3 년 전
부모
커밋
4df81e95c4
2개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      index.html
  2. 6 0
      style.css

+ 1 - 0
index.html

@@ -8,5 +8,6 @@
 </head>
 <body>
     <div>Hello, world!</div>
+    <div class="container"></div>
 </body>
 </html>

+ 6 - 0
style.css

@@ -1,3 +1,9 @@
 div {
     color: #238467;
+}
+
+.container {
+    width: 30%;
+    height: 200px;
+    border: 1px solid black;
 }