Skip to content
Snippets Groups Projects
Commit a56b61ec authored by Joo myeongha's avatar Joo myeongha
Browse files

myhtml first commit

parent dfe11c4c
No related branches found
No related tags found
No related merge requests found
Pipeline #7320 passed
202009181020016953_t.jpg

95.7 KiB

...@@ -8,16 +8,36 @@ ...@@ -8,16 +8,36 @@
</head> </head>
<body> <body>
<div class="navbar"> <div class="navbar">
<a href="https://pages.gitlab.io/plain-html/">Plain HTML Example</a> <a href="https://pages.gitlab.io/plain-html/">friend's page</a>
<a href="https://gitlab.com/pages/plain-html/">Repository</a>
<a href="https://gitlab.com/pages/">Other Examples</a>
</div> </div>
<h1>Hello World!</h1> <h1>soccer</h1>
<h2>soccer</h2>
<h3>soccer</h3>
<h4>soccer</h4>
<h5>soccer</h5>
<h6>soccer</h6>
<p> <img src = "../202009181020016953_t.jpg" alt="arror">
This is a simple plain-HTML website on GitLab Pages, without any fancy static site generator. <br>
<p id = "c">
현재 대한민국을 대표하는 축구 선수들
</p> </p>
<ul class="a">
<li>손흥민</li>
<li>이강인</li>
<li>김민재</li>
</ul>
<ol class="b">
<li>황인범</li>
<li>정우영</li>
<li>이승우</li>
</ol>
</body> </body>
</html> </html>
...@@ -22,3 +22,26 @@ body { ...@@ -22,3 +22,26 @@ body {
color: #ffffff; color: #ffffff;
} }
img{
min-width: 200px;
min-height: 200px;
max-width: 600px;
max-height: 500px;
display: block;
margin: auto;
}
.a{
list-style-type: circle;
}
.b{
list-style-type: upper-roman;
}
#c{
background-color: antiquewhite;
font-family: monospace;
font-size: 25px;
color:cornflowerblue;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment