akuntansi-sia/public/css/landing.css

14 lines
388 B
CSS

/* landing.css custom style for landing page */
.hero {
background: linear-gradient(90deg, rgba(255, 184, 32, 0.368) 30%, rgba(185, 182, 10, 0.385) 60%), url('../img/warkopcakimin.webp');
background-size: cover;
background-position: center;
background-repeat: no-repeat;
color: #fff;
padding: 80px 0;
}
.feature-icon {
font-size: 2.5rem;
color: #007bff;
}