10 lines
236 B
CSS
10 lines
236 B
CSS
body {
|
|
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
|
|
}
|
|
|
|
.hero {
|
|
background: linear-gradient(45deg, #0D6EFD, #549BFF);
|
|
color: white;
|
|
padding: 100px 0;
|
|
}
|