Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
hirakida committed Jan 1, 2022
1 parent eb4af57 commit 9f24efb
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 14 deletions.
14 changes: 14 additions & 0 deletions css/main.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
.container {
width: 100%;
max-width: 1024px;
margin-right: auto;
margin-left: auto;
}

.container ul {
list-style-type: square;
}

.container ul li {
line-height: 1.5;
}
17 changes: 3 additions & 14 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,28 +1,17 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>index</title>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<style>
div.container {
width: 1140px;
margin: auto;
}
ul li {
line-height: 1.5;
padding: 0.5em 0;
}
</style>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>hirakida</title>
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<div class="container">
<h1>hirakida</h1>
<ul>
<li><a href="https://github.com/hirakida">GitHub</a></li>
<li><a href="https://twitter.com/hirakida_">Twitter</a></li>
<li><a href="https://hirakida29.hatenablog.com">Hatena Blog</a></li>
</ul>
</div>
</body>
Expand Down

0 comments on commit 9f24efb

Please sign in to comment.