File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 ;
You can’t perform that action at this time.
0 commit comments