forked from BulmaTemplates/bulma-templates
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhero.css
More file actions
24 lines (24 loc) · 626 Bytes
/
Copy pathhero.css
File metadata and controls
24 lines (24 loc) · 626 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
body {
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}
.header-image {
background-image: linear-gradient(rgba(0, 0, 0, 0.49),rgba(0, 0, 0, 0.89)),url('https://images.unsplash.com/1/iphone-4-closeup.jpg?dpr=1&auto=format&crop=middle&fit=crop&w=2000&h=700&q=80');
}
.is-outlined {
background-color:transparent;
color:#fff;
}
.hero-cta {
padding: 30px 0;
}
.panel-block.section p {
font-size: 17px;
line-height: 1.4;
color:#95A5A6;
}
.section.main {
background-color:#F0F0F0;
}
.icon-block {
font-size:5em;
}