Skip to content
Snippets Groups Projects
Commit a25179e6 authored by taegyu jeong's avatar taegyu jeong
Browse files

update

parent fd5eea5e
Branches
No related tags found
No related merge requests found
Pipeline #7309 passed
public/dog.jpg

5.09 KiB

<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head>
<meta charset="utf-8">
<meta name="generator" content="GitLab Pages">
<title>Plain HTML site using GitLab Pages</title>
<link rel="stylesheet" href="style.css"> <link rel="stylesheet" href="style.css">
</head>
<body> <body>
<div class="navbar"> <div><img src="dog.jpg" alt="Angry dog"></div>
<a href="https://pages.gitlab.io/plain-html/">Plain HTML Example</a> <ul>
<a href="https://gitlab.com/pages/plain-html/">Repository</a> <li>귀엽다</li>
<a href="https://gitlab.com/pages/">Other Examples</a> <li>화났나</li>
</div> </ul>
<h1>Hello World! practical Coding</h1> <ol>
<p>화난이유</p>
<p> <li>간식 안줘서</li>
This is a simple plain-HTML website on GitLab Pages, without any fancy static site generator. <li>주인이 놀려서</li>
</p> </ol>
<div><h3><a href="http://minj.ajousw.kr/tama">조민재 site </h3></div>
</body> </body>
</html> </html>
...@@ -22,3 +22,31 @@ body { ...@@ -22,3 +22,31 @@ body {
color: #ffffff; color: #ffffff;
} }
img{
min-width: 200px;
min-height:200px;
max-width: 600px;
max-height: 500px;
}
div{
text-align: center;
}
ul{
list-style-type: circle;
font-size: 40px;
font-style: initial;
}
ol{
list-style-type: upper-roman;
font-size: 20px;
font-style: normal;
}
p{
background-color: beige;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment