15 lines
266 B
CSS
15 lines
266 B
CSS
body {
|
|
font-family: 'Segoe UI', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
|
|
}
|
|
|
|
.hero {
|
|
background: linear-gradient(to bottom, #e3f2fd, #ffffff);
|
|
padding: 4rem 0;
|
|
}
|
|
|
|
.footer {
|
|
background-color: #f8f9fa;
|
|
padding: 2rem 0;
|
|
margin-top: 4rem;
|
|
}
|