Files
lahmacun/style.css
2026-01-10 14:35:46 +00:00

1 line
516 B
CSS

body { font-family: 'Ubuntu', sans-serif; } header { background: linear-gradient(135deg, #f5b400, #3e00fa); } .about { background-color: #f7f7f7; } .services { background-color: #f7f7f7; } .services .bg-white { transition: transform 0.2s ease-in-out; } .services .bg-white:hover { transform: translateY(-10px); box-shadow: 0 10px 20px rgba(0,0,0,0.2); } .testimonials { background-color: #f7f7f7; } .team { background-color: #f7f7f7; } footer { background-color: #f5b400; } footer.dark { background-color: #786c3b; }