Skip to content

Commit

Permalink
new file: img/Hagou_.jpg
Browse files Browse the repository at this point in the history
	modified:   index.html
	modified:   main.css
  • Loading branch information
Smile-Wood committed Jan 15, 2024
1 parent b8daa9f commit e1fa46f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
Binary file added img/Hagou_.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@
<body class="light-theme">
<noscript><h2 class="ero">对不起,你的浏览器似乎没有打开JavaScript,此网站的功能可能受限。</h2></noscript>
<a class="eml" href="https://ajjdxns.github.io/mmytown">
<img border="0" src="https://ajjdxns.github.io/mmytown/img/title.jpg" alt="Home" width="75" height="75"><h1 class="eml">摸摸鱼服务器</h1></a>
<img border="0" src="https://ajjdxns.github.io/mmytown/img/title.jpg" alt="Home" width="35" height="35"><a class="home">摸摸鱼服务器</a></a>
<div id="hagou_">
<img src="https://ajjdxns.github.io/mmytown/img/Hagou_.jpg" alt="Hagou_">
<h3>Hagou_ (哈狗)</h3>
</div>
<div>
<button class="btn">切换主题</button>
</div>
Expand Down
8 changes: 8 additions & 0 deletions main.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,14 @@
transition: all 1s ease-in-out;
}

.home {
position: static;
font-size: 35px;
color: var(--black);
background-color: var(--defaultbg);
transition: all 1s ease-in-out;
}

.light-theme {
--defaultbg: var(--bg);
--bg: var(--lightblue);
Expand Down

0 comments on commit e1fa46f

Please sign in to comment.