-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.css
71 lines (60 loc) · 1.17 KB
/
index.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
.mynav{
padding:20px !important;
height: 10vh;
}
.navbar-nav{
margin-right: 20px;
}
.hero{
background-image: url(./BG.png);
min-height: 90vh;
display: flex;
min-width: 100vw;
background-size:contain;
background-repeat: no-repeat;
/* background-clip: content-box; */
background-position: center;
background-size: contain;
/* background: url(./BG.png) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover; */
/* background-origin: content-box; */
}
.herotext{
display: inline-block;
margin-top: 2vh;
}
.mysubtext{
font-family: Poppins;
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 27px;
color: #FFFFFF;
}
.mytext{
font-family: Poppins;
font-style: normal;
font-weight: normal;
font-size: 40px;
line-height: 60px;
color: #FFFFFF;
}
.heroimage{
display: inline-block;
}
.getstarted{
background: #FFFFFF;
border-radius: 100px;
font-family: Poppins;
font-style: normal;
font-weight: bold;
font-size: 14px;
line-height: 21px;
text-align: center;
color: black;
}
.getstartedText{
}