Skip to content
Snippets Groups Projects
Commit 274a54bd authored by 곽동준's avatar 곽동준
Browse files

plus the navbar that I removed

parent 0facc5da
No related branches found
No related tags found
No related merge requests found
Pipeline #5730 passed
...@@ -7,6 +7,13 @@ ...@@ -7,6 +7,13 @@
<link rel="stylesheet" href="style.css"> <link rel="stylesheet" href="style.css">
</head> </head>
<body> <body>
<div class="navbar">
<a href="https://pages.gitlab.io/plain-html/">Plain HTML Example</a>
<a href="https://gitlab.com/pages/plain-html/">Repository</a>
<a href="https://gitlab.com/pages/">Other Examples</a>
</div>
<div style="text-align: center;">
<img src = "image/thankyou_kong.jpg", alt="GamSaKong", width="360", height="360"> <img src = "image/thankyou_kong.jpg", alt="GamSaKong", width="360", height="360">
<h1>Kwak Dong Jun</h1> <h1>Kwak Dong Jun</h1>
...@@ -33,6 +40,7 @@ ...@@ -33,6 +40,7 @@
<a href="http://minsol_choo.ajousw.kr/practical_coding_1_html/">Choo Min Sol</a> <a href="http://minsol_choo.ajousw.kr/practical_coding_1_html/">Choo Min Sol</a>
<h6>The End</h6> <h6>The End</h6>
</div>
</body> </body>
</html> </html>
...@@ -2,7 +2,6 @@ body { ...@@ -2,7 +2,6 @@ body {
font-family: sans-serif; font-family: sans-serif;
margin: auto; margin: auto;
max-width: 1280px; max-width: 1280px;
text-align: center;
} }
.navbar { .navbar {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment