-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathR-H.css
89 lines (73 loc) · 1.55 KB
/
R-H.css
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
@font-face {
font-family: Satoshi-Regular;
src: url(Satoshi_Complete/Fonts/OTF/Satoshi-Regular.otf);
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body{
font-family: Satoshi-Regular;
}
/* NavBar-------------------------------------------- */
li a {
text-decoration: none;
color: black;
font-family: Satoshi-Regular;
}
li{
list-style: none;
display: inline-block;
padding: 0px 20px;
font-size: 20px;
}
ul{
padding: 0;
margin: 0;
display: flex;
gap: 70px;
}
header{
display: flex;
justify-content: space-between;
align-items: center;
padding-left: 250px;
padding-right: 250px;
padding-top: 34px;
padding-bottom: 34px;
}
.logo{
cursor: pointer;
}
/* Hero Section-------------------------------------------- */
.backimg{
background-image: url(spacex-OHOU-5UVIYQ-unsplash.2e16d0ba.fill-1600x800.jpg);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
height: 85vh;
margin-top: 20px;
background-image: linear-gradient(rgba(0, 0, 0, 0.547), rgba(0, 0, 0, 0.567)), url(spacex-OHOU-5UVIYQ-unsplash.2e16d0ba.fill-1600x800.jpg);
margin: 0%;
}
.herotext{
color: white;
text-align: left;
padding-top: 200px;
padding-left: 250px;
h1 {
font-size: 60px;
font-weight: 700;
margin-bottom: 20px;
}
p{
font-size: 25px;
margin-bottom: 30px;
}
button{
height: 50px;
width: 200px;
font-size: 20px;
}
}