Skip to content

Commit

Permalink
优化LCP 减少class
Browse files Browse the repository at this point in the history
  • Loading branch information
Redapple-one authored Oct 31, 2024
1 parent c168d19 commit 73d5c70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ <h2 class="text-white text-2xl font-semibold text-center">TAC-Server</h2>


<section
class="flex items-center justify-center h-screen bg-[url('https://img.fastmirror.net/s/2024/10/20/6714d0d5256c4.png')] bg-center bg-cover bg-fixed">
class="flex flex-1 justify-center items-center h-svh bg-[url('https://img.fastmirror.net/s/2024/10/20/6714d0d5256c4.png')] bg-center bg-cover">
<div
class="max-h-[65vh] rounded-3xl border-[#1f2937]/75 border-[1px] backdrop-blur-xl shadow-none backdrop-brightness-75 transition duration-300 ease-in-out hover:-translate-y-1 hover:shadow-2xl hover:shadow-purple-800 lg:rounded-full p-6 sm:p-12 md:p-14 lg:p-16 lg:px-32 m-4 sm:m-8">
class="rounded-3xl border-[#1f2937]/75 border-[1px] backdrop-blur-xl shadow-none backdrop-brightness-75 transition duration-300 ease-in-out hover:-translate-y-1 hover:shadow-2xl hover:shadow-purple-800 lg:rounded-full p-6 sm:p-12 md:p-14 lg:p-16 lg:px-32 m-4 sm:m-8">
<h1
class="bg-gradient-to-br from-[#ffdf42] to-[#ff8c09] bg-clip-text text-center text-7xl font-extrabold text-transparent">
TAC-Server
Expand Down
Loading

0 comments on commit 73d5c70

Please sign in to comment.