Skip to content
Snippets Groups Projects
Commit 71a08f0e authored by SangJun Park's avatar SangJun Park
Browse files

Change Category Link2

parent 741d45f2
Branches
No related tags found
No related merge requests found
Pipeline #7284 passed
...@@ -6,13 +6,6 @@ ...@@ -6,13 +6,6 @@
<title>My Favorite Things - Sangjun Park</title> <title>My Favorite Things - Sangjun Park</title>
<link rel="stylesheet" href="style.css"> <link rel="stylesheet" href="style.css">
</head> </head>
<style>
body{
text-align : center;
}
</style>
<body> <body>
<div class="navbar"> <div class="navbar">
<a href="https://git.ajou.ac.kr/SangJun/my_html">Gitlab Repo</a> <a href="https://git.ajou.ac.kr/SangJun/my_html">Gitlab Repo</a>
...@@ -20,7 +13,7 @@ ...@@ -20,7 +13,7 @@
<a href="https://velog.io/@jjunhub">Velog Link</a> <a href="https://velog.io/@jjunhub">Velog Link</a>
</div> </div>
<h1>Hello World!</h1> <h1>박상준의 은밀한 취미 생활</h1>
<p> <p>
......
...@@ -2,6 +2,7 @@ body { ...@@ -2,6 +2,7 @@ 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