Skip to content

Commit

Permalink
2024/04/21,20:02
Browse files Browse the repository at this point in the history
  • Loading branch information
Kicamon committed Apr 21, 2024
1 parent d087260 commit aea0618
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
13 changes: 10 additions & 3 deletions css/clover.css
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,14 @@ body {
width: 50vmin;
height: 30vmax;
border-radius: 20px;
background-color: rgba(192, 192, 192, 0.5);
/* backdrop-filter: blur(5px); */
box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.1);
/* background-color: rgba(192, 192, 192, 0.5); */
backdrop-filter: blur(0px);
/* box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.1); */
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-size: 30px;
font-weight: bolder;
color: #333333;
}
6 changes: 5 additions & 1 deletion pages/clover.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@
<div class="clover"></div>
<div class="clover"></div>
</div>
<div class="love-letter frosted-glass"></div>
<div class="love-letter frosted-glass">
<p>日为朝</p>
<p>夜为暮</p>
<p>卿为朝朝暮暮</p>
</div>
</body>

</html>

0 comments on commit aea0618

Please sign in to comment.