-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrocketman.css
More file actions
97 lines (91 loc) · 2.25 KB
/
Copy pathrocketman.css
File metadata and controls
97 lines (91 loc) · 2.25 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
.header{
display: inline-block;
width: 100%;
}
.nav-items {
float: right;
display: inline-flex;
margin-top: 42px;
margin-right: 20%;
}
.services{
padding-right: 50px;
color: blue;
}
.contact{
padding-right: 50px;
}
.rocket-image{
margin-top: 16px;
display: inline-block;
margin-left: 8%;
margin-bottom: 10px;
}
.nav-items div{
text-align: center;
height: 20px;
font-size: larger;
}
.nav-items div a{
text-decoration: none;
display: block;
color: #212529;
font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;;
}
.bottom{
border-bottom: 1px solid #e2e2e2;
margin-top: 5px;
}
/* .background-image{
background: linear-gradient(
180.43deg
, rgba(0,0,0,0.60) 0%, rgba(0,0,0,0.80) 100%), url(images/spacex.jpg); */
.rocket-cover{
background-image: linear-gradient(180deg,rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.8) 100%), url("https://rocketman.learnwagtail.com/media/images/spacex-OHOU-5UVIYQ-unsplash.2e16d0ba.fill-1600x800.jpg");
height: 750px;
background-size: cover;
background-position: 50%;
}
.cc-home-banner-title{
font-family: proxima-nova,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
font-weight: 400;
font-size: 64px;
font-weight: 300;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
color: #fff;
}
.lead{
font-size: 1.875rem;
font-family: proxima-nova,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
font-weight: 400;
font-weight: 300;
font-stretch: normal;
font-style: normal;
line-height: 1.13;
letter-spacing: 1px;
color: #fff;
}
.btn{
padding: 5px;
}
.malsia{
position: relative;
top: 230px;
left: 143px;
}
.body-task{
margin: auto;
overflow-x: hidden;
}
.fonti-head{
font-family: proxima-nova,sans-serif;
font-size: 30px;
text-align: center;
}
.title-head{
margin-top: 115px;
margin-bottom: 115px;
}