-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
62 lines (54 loc) · 1.22 KB
/
styles.css
File metadata and controls
62 lines (54 loc) · 1.22 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
.hero-image {
background-image: linear-gradient(rgba(65, 65, 65, 0.5), rgba(0, 0, 0, 0.5)), url("statics/bg.jpg");
height: 100%;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}
.hero-text {
text-align: center;
position: absolute;
top: 40%;
left: 70%;
transform: translate(-50%, -50%);
color: white;
font-size: 4rem;
}
body, html {
height: 100%;
margin: 0;
font-family: Arial, Helvetica, sans-serif;
scroll-behavior: smooth;
}
.info{
height: 100%;
}
.info-text-solid{
color: aliceblue;
position: relative;
padding-top: 20%;
padding-left: 20%;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
font-size: 115%;
}
.info-text-pic{
color: aliceblue;
position: relative;
padding-top: 20%;
padding-right: 20%;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
font-size: 115%;
text-align: right;
}
.experience-image {
background-image: linear-gradient(rgba(65, 65, 65, 0.658), rgba(0, 0, 0, 0.685)), url("statics/wings.jpg");
height: 100%;
background-position: center;
background-repeat: repeat;
position: relative;
}
.sm-heading {
margin-bottom: 2rem;
padding: 0.2rem 1rem;
}