Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d4f9c21

Browse files
feat modified day 1 task
1 parent b71bab1 commit d4f9c21

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

‎2024/01/password.css renamed to ‎2024/01/index.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,12 @@
77

88
body {
99
display: flex;
10+
box-sizing: border-box;
1011
flex-direction: column;
1112
height: 100vh;
1213
min-height: 100vh;
14+
max-height: 100vh;
15+
overflow: hidden;
1316
background-color: antiquewhite;
1417
align-items: center;
1518
justify-content: center;

‎2024/01/password.html renamed to ‎2024/01/index.html

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
66
<title>Document</title>
7-
<link rel="stylesheet" href="./password.css" />
8-
<script type="text/javascript" defer src="./password.js"></script>
7+
<link rel="stylesheet" href="./index.css" />
8+
<script type="text/javascript" defer src="./index.js"></script>
99
</head>
1010
<body>
1111
<form class="form">
@@ -75,7 +75,12 @@
7575
</svg>
7676
</label>
7777
</form>
78-
<div style="width: auto; height: 100px; font-size: 60px; margin: auto; margin-bottom: 100px">
78+
<div style="width: auto; height: 200px; font-size: 60px; margin: auto; margin-bottom: 100px">
79+
<div style="width: 100%; text-align: center; margin: 40px auto; text-decoration: none; font-size: 20px">
80+
<a style="text-decoration: none" href="https://github.com/hustle2live/Advent-of-JavaScript/">
81+
BACK TO REPO
82+
</a>
83+
</div>
7984
<a style="text-decoration: none" href="https://www.linkedin.com/in/vkuznietsov-bb066376/" target="_blank">
8085
<img
8186
style="border-radius: 50%; vertical-align: sub"
@@ -85,7 +90,7 @@
8590
alt="github"
8691
/>
8792
</a>
88-
<a style="text-decoration: none" href="https://github.com/hustle2live/Advent-of-JavaScript/">
93+
<a style="text-decoration: none" href="https://github.com/hustle2live" target="_blank">
8994
<img
9095
style="border-radius: 50%; vertical-align: sub"
9196
src="../../gh.ico"
File renamed without changes.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /