-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.css
120 lines (103 loc) · 1.62 KB
/
main.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
113
114
115
116
117
118
119
120
body, html {
height: 100%;
}
/*The hero image*/
.hero-image {
background-image: url("./images/codeStock.jpg");
height: 500px;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
border-radius: 5px;
}
.hero-text {
text-align: center;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: #fff;
}
h1 {
font-family: 'Merienda', cursive;
font-size: 3.5em;
font-weight: bold;
}
.fa-globe-americas {
font-size: 50px;
}
p {
font-family: 'Open Sans', sans-serif;
}
.middle {
width: 100%;
}
.container {
width: 100%;
display: inline-block;
text-align: center;
padding-top: 2%;
padding-bottom: 1%;
}
img {
width: 350px;
height: 300px;
display: inline-block;
text-align: center;
border-radius: 2%;
}
.sample {
margin: auto;
display: inline-block;
text-align: center;
padding: 1%;
}
a {
text-decoration: none;
color: #343434;
}
.bottom{
position: relative;
left: 0;
bottom: 0;
width: 100%;
height: 20%;
color: black;
text-align: center;
}
i {
max-width: 20%;
margin-right: 5%;
width: calc((100%-20px)/2);
color: #B5506D;
}
i:last-of-type {
margin-right: 0px;
font-size: 50px;
}
.work{
width: 100%;
display: inline-block;
text-align: center;
color: #70C8FA;
margin-top: 2%;
font-family: 'Open Sans', sans-serif;
font-size: 1em;
font-weight: bold;
}
.contact {
width: 100%;
display: inline-block;
text-align: center;
color: #70C8FA;
font-family: 'Open Sans', sans-serif;
font-size: 1em;
font-weight: bold;
}
.social {
width: 100%;
display: inline-block;
padding-top: 3%;
padding-bottom: 5%;
}