Skip to content

Commit 1ebec0b

Browse files
committed
redundant code removed
1 parent c569738 commit 1ebec0b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33

44
<head>
55
<meta charset="utf-8">
6-
<title>~</title>
76
<link rel="icon" type="image/x-icon" href="assets/favicon.svg">
87
<link rel="stylesheet" href="style.css">
8+
<title>~</title>
99
</head>
1010

1111
<body>
1212
<div class="main">
1313
<div id="data-wrapper">
1414
<span>
15-
<h1>おかえりなさいませ, <span class="flair">X A M P</span></h1>
15+
<h1>おかえりなさいませ, <span id="flair">X A M P</span></h1>
1616
<br>
1717
</span>
1818
<nav>
@@ -46,7 +46,7 @@ <h1>おかえりなさいませ, <span class="flair">X A M P</span></h1>
4646
<li><a href="https://filecr.com/en/">FileCR</a></li>
4747
</ul>
4848
</nav>
49-
<div class="codes" id="codes"></div>
49+
<div id="codes"></div>
5050
</div>
5151
<div id="slideshow">
5252
</div>

style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ h1 {
2424
margin-top: -30px;
2525
}
2626

27-
.flair {
27+
#flair {
2828
color: #0972D6;
2929
}
3030

@@ -121,7 +121,7 @@ ul.yellow:hover {
121121
cursor: default;
122122
}
123123

124-
.codes {
124+
#codes {
125125
position: absolute;
126126
bottom: 0;
127127
left: 0;

0 commit comments

Comments
 (0)