Skip to content
Snippets Groups Projects
Commit b68f6ef1 authored by sooji Bae's avatar sooji Bae
Browse files

after something

parent 71b8c5e4
No related branches found
No related tags found
No related merge requests found
Pipeline #5922 passed
body {
font-family: fantasy;
margin: auto;
max-width: 1100px;
text-align: center;
}
.navbar {
background-color: #6699CC;
border-radius: 3px;
max-width: 1200px;
text-align: center;
}
.navbar a {
color: rgb(249, 249, 249);
display: inline-block;
font-size: 20px;
padding: 15px;
text-decoration: none;
text-align: center;
}
h1
{
text-align: center;
}
h2
{
text-align: center;
}
h3
{
text-align: center;
}
.List
{
display: table;
margin-left: none;
margin-right: none;
}
p{
text-align: center;
}
.navbar a:hover {
color: #f9f4f4;
text-align: center;
}
#cat {
min-width: 200px;
min-height: 200px;
max-width: 600px;
max-height: 500px;
}
#cat {
margin: auto;
display: block;
}
\ No newline at end of file
...@@ -4,20 +4,45 @@ ...@@ -4,20 +4,45 @@
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="generator" content="GitLab Pages"> <meta name="generator" content="GitLab Pages">
<title>Plain HTML site using GitLab Pages</title> <title>Plain HTML site using GitLab Pages</title>
<link rel="stylesheet" href="style.css"> <link rel="stylesheet" href="index.css">
</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://git.ajou.ac.kr/sooji/lab03_html">my git page</a>
<a href="https://gitlab.com/pages/plain-html/">Repository</a> <a href="https://git.ajou.ac.kr/alsrud991026/html-exercise">partner git page</a>
<a href="https://gitlab.com/pages/">Other Examples</a> <a href="http://sooji.ajousw.kr/lab03_html/"> my page</a>
<a href="http://alsrud991026.ajousw.kr/html-exercise/">partner page</a>
</div> </div>
<h1>Hello World!</h1> <h2>201620984 배수지</h2>
<h1>Introduce my cat!</h1>
<div id="cat" a href="https://www.hidoc.co.kr/healthstory/news/C0000697072">
<img src="https://src.hidoc.co.kr/image/lib/2022/5/12/1652337370806_0.jpg"></a></div>
<h3>This is my cat! Have a nice day!</h3>
<div class="List">
<h3>Ordered List Cat Type</h3>
<ol type="1">
<li>Persian</li>
<li>siamese cat</li>
<li>russian blue</li>
</ol>
<h3>Unordred List Cat Type</h3>
<ul>
<li>Persian</li>
<li>siamese cat</li>
<li>russian blue</li>
</ul>
<h1>1</h1>
<h2>2</h2>
<h3>3</h3>
<h4>4</h4>
<h5>5</h5>
<h6>6</h6>
</div>
<p> <p>
This is a simple plain-HTML website on GitLab Pages, without any fancy static site generator.
</p> </p>
</body> </body>
</html> </html>
\ No newline at end of file
body {
font-family: sans-serif;
margin: auto;
max-width: 1280px;
}
.navbar {
background-color: #313236;
border-radius: 2px;
max-width: 800px;
}
.navbar a {
color: #aaa;
display: inline-block;
font-size: 15px;
padding: 10px;
text-decoration: none;
}
.navbar a:hover {
color: #ffffff;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment