-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.css
79 lines (78 loc) · 1.15 KB
/
about.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
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: #947D5D;
width: 950px;
height: 600px;
margin: 0;
position: relative;
top: 60.4%;
left: 50%;
transform: translate(-50%, -50%);
}
h1 {
font-size:40px;
color:#fefefe;
position: absolute;
top: 5%;
left: 50%;
transform: translate(-50%, -50%);
}
#main-text
{
font-family: Oleo Script;
font-size: 16pt;
}
.text {
width: 800px;
height: 600px;
margin: 0;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
p {
color:#fefefe;
font-family: RiotSquadNF;
font-size: 22px;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
text-align: center;
}
.footer{
position: absolute;
bottom: 3%;
left: 50%;
transform: translate(-50%, -50%);
color: #fefefe;
font-size:12pt;
z-index: 10
}
.mail-link{
color: #fefefe
}
.contact-link{
color: #fefefe
}
.gallery-link{
color: #fefefe
}
.home-link{
color: #fefefe
}