Skip to content
Snippets Groups Projects
Commit 1cfe0683 authored by HouTeng Chan's avatar HouTeng Chan
Browse files

Update file home.html

parent 029fbfb5
No related branches found
No related tags found
Loading
......@@ -66,7 +66,7 @@
font-family: 'Parisienne', cursive;
color: #fa8072;
opacity: 0;
transition: opacity 1s ease-in-out; /* 渐变速度加快 */
transition: opacity 1s ease-in-out;
font-size: 3rem;
font-style: italic;
}
......@@ -75,8 +75,8 @@
font-family: 'Parisienne', cursive;
color: #fa8072;
opacity: 0;
transition: opacity 1.5s ease-in-out; /* 渐变速度加快 */
transition-delay: 1s; /* 保留渐变效果,但加快速度 */
transition: opacity 1.5s ease-in-out;
transition-delay: 1s;
font-size: 1.8rem;
text-align: center;
font-style: italic;
......@@ -176,12 +176,6 @@
{% include 'menu.html' %}
<div class="scroll-guide"></div>
<div class="scroll-line">
<div class="scroll-progress"></div>
<div class="scroll-fragrance"></div>
</div>
<div class="content-wrapper">
<div id="first-block" class="content-block">
<h2>Do you regret not giving your fullest?</h2>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment