From 06fe4000fd4b950cb66329070f91df888ad9d211 Mon Sep 17 00:00:00 2001 From: Jong Myoung Kim <jm991014@ajou.ac.kr> Date: Wed, 22 Mar 2023 19:52:36 +0900 Subject: [PATCH] third commit --- public/index.html | 3 +-- public/style.css | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/public/index.html b/public/index.html index 1265e32..2d84f88 100644 --- a/public/index.html +++ b/public/index.html @@ -16,7 +16,7 @@ <h1>내 취미</h1> <div style="text-align : center;"> <img src = "dumbell.png" alt = "oops. try again" - width="300" height="200"> + width="300" height="200" > </div> <h2>Hello World!</h2> <h3>Hello World!</h3> @@ -31,7 +31,6 @@ </ul> <p> - This is a simple plain-HTML website on GitLab Pages, without any fancy static site generator. </p> </body> </html> diff --git a/public/style.css b/public/style.css index 44d215f..b055a70 100644 --- a/public/style.css +++ b/public/style.css @@ -7,7 +7,7 @@ body { .navbar { background-color: #62AA7F; border-radius: 2px; - max-width: 800px; + max-width: 1280px; } .navbar a { -- GitLab