Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
HastDu authored Oct 24, 2024
1 parent 86c92a2 commit fb3b1ea
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
<link rel="stylesheet" href="/public/styles.css">
</head>
<body>
<div id="containereins">
<h1 id="period">Initializing...</h1>
</div>
</body>
<script src="public/index.js"></script>
</html>
8 changes: 8 additions & 0 deletions public/styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#containereins {
position: fixed;
inset: 0px;
text-align: center;
}
#containereins > h1 {
margin-top: 50%;
}

0 comments on commit fb3b1ea

Please sign in to comment.