changes on frontend
This commit is contained in:
@@ -1,67 +1,22 @@
|
||||
.home-container {
|
||||
font-family: Arial, sans-serif;
|
||||
text-align: center;
|
||||
background-color: #f4f4f4;
|
||||
padding: 20px;
|
||||
.color-animated-bold {
|
||||
color: #ff8080;
|
||||
font-weight: bold;
|
||||
animation: hue-rotation 3s infinite linear;
|
||||
}
|
||||
|
||||
.hero-section {
|
||||
background: #4CAF50;
|
||||
color: white;
|
||||
padding: 50px 20px;
|
||||
border-radius: 8px;
|
||||
.image-animated-bold {
|
||||
border: 5px solid #ff8080;
|
||||
border-radius: 50px;
|
||||
animation: hue-rotation 3s infinite linear;
|
||||
}
|
||||
|
||||
.hero-title {
|
||||
font-size: 3em;
|
||||
margin-bottom: 10px;
|
||||
@keyframes hue-rotation {
|
||||
from {
|
||||
filter: hue-rotate(0deg);
|
||||
}
|
||||
|
||||
to {
|
||||
filter: hue-rotate(360deg);
|
||||
}
|
||||
}
|
||||
|
||||
.hero-description {
|
||||
font-size: 1.2em;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.cta-button {
|
||||
background-color: #fff;
|
||||
color: #4CAF50;
|
||||
border: none;
|
||||
padding: 15px 30px;
|
||||
font-size: 1.1em;
|
||||
cursor: pointer;
|
||||
border-radius: 5px;
|
||||
transition: background-color 0.3s ease;
|
||||
}
|
||||
|
||||
.cta-button:hover {
|
||||
background-color: #388E3C;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.about-section {
|
||||
margin-top: 50px;
|
||||
}
|
||||
|
||||
.features {
|
||||
display: flex;
|
||||
justify-content: space-around;
|
||||
margin-top: 30px;
|
||||
}
|
||||
|
||||
.feature {
|
||||
background-color: #ffffff;
|
||||
padding: 20px;
|
||||
border-radius: 8px;
|
||||
width: 30%;
|
||||
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
|
||||
.feature h3 {
|
||||
font-size: 1.5em;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
.feature p {
|
||||
font-size: 1.1em;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user