-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle1.css
112 lines (98 loc) · 1.86 KB
/
style1.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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
html,
body {
margin: 0;
padding: 0;
font-size: 16px;
font-family: "Lato", sans-serif;
font-weight: 400;
line-height: 1.8em;
color: #111010;
height: 100%;
}
body {
margin: 0;
padding: 0;
font-size: 16px;
font-family: "Lato", sans-serif;
font-weight: 400;
line-height: 1.8em;
color: #666;
height: 100%;
}
h2,p{
margin:0;
padding:10px;
}
.parallax {
background-repeat: no-repeat;
background-position: center;
background-size: cover;
background-attachment: fixed;
width: 100%;
height: 900px;
margin: 0;
padding: 0;
}
.section {
display: block;
background-color: #f4f4f4;
color: #666;
opacity: 0.7;
text-align: center;
}
.first {
background-image: url("images/IT JOBS.jpg");
position: relative;
}
.text {
position: absolute;
top: 50%;
width: 100%;
text-align: center;
color: #000;
font-size: 27px;
letter-spacing: 8px;
text-transform: uppercase;
}
.text span {
background-color: #111;
color: #fff;
padding: 20px;
}
.chichen_itza {
background-image: url("images/WEB DEVELOPER.jpg");
}
.christ {
background-image: url("images/DATA SCIENTIST.png");
}
.colosseum {
background-image: url("images/NETWORK.jpg");
}
.pyramid {
background-image: url("images/SYSTEM ANALYST.jpg");
}
.great_wall {
background-image: url("images/IT SECURITY.jpeg");
}
.machu_picchu {
background-image: url("images/full-stack developer.png");
}
.petra {
background-image: url("images/cloud_engineer.jpg");
}
.taj {
background-image: url("images/IT SECURITY.jpeg");
}
footer {
position: fixed;
bottom: 0;
left:0;
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
transition: 0.6s;
padding: 0px 0px;
padding-right: 20px;
background-color: rgb(255, 251, 251);
}