-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservics.css
58 lines (56 loc) · 862 Bytes
/
servics.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
body {
margin:0;
background-image:url(images/wood-tabel-gallery.png);
background-size:cover;
height:100%;
transition: opacity 1.5s ease;
-webkit-user-select: none;
position: relative;
}
#logo {
position: absolute;
top:-11%;
left:-6%;
width: 300px;
}
.background {
background-color: #916527;
width: 950px;
height: 600px;
margin: 0;
position: absolute;
top: 60.4%;
left: 50%;
transform: translate(-50%, -50%);
}
.text {
margin: 0;
position: absolute;
top: 40%;
left: 50%;
transform: translate(-50%, -50%);
font-family: dosis;
font-size: 35px;
text-align: center;
color: #fefefe
}
.footer{
position: absolute;
bottom: 3%;
left: 50%;
transform: translate(-50%, -50%);
color: #fefefe;
font-size:12pt;
}
.mail-link{
color: #fefefe;
}
.about-link{
color: #fefefe;
}
.gallery-link{
color: #fefefe;
}
.home-link{
color: #fefefe;
}