-
-
Notifications
You must be signed in to change notification settings - Fork 134
Expand file tree
/
Copy pathindex.css
More file actions
31 lines (22 loc) · 809 Bytes
/
index.css
File metadata and controls
31 lines (22 loc) · 809 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
@tailwind base;
@tailwind components;
@tailwind utilities;
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
body {
margin: 0;
font-family: 'Lato', sans-serif;
}
.hero {
background: url(./images/hero-bg.svg) top center no-repeat;
background-size: cover;
}
.footer {
background: url(./images/footer.svg) top center no-repeat;
background-size: cover;
}
.cta {
background: linear-gradient(rgba(230, 9, 9, 0.7),rgba(114, 12, 12, 0.7)),url(https://images.unsplash.com/photo-1497215728101-856f4ea42174?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1170&q=80) fixed center center;
}
.hero{
background: linear-gradient(rgb(230, 76, 76),rgb(193, 19, 19))
}