forked from ElleHacks/elleHacks.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
102 lines (97 loc) · 1.8 KB
/
style.css
File metadata and controls
102 lines (97 loc) · 1.8 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
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
body {
background-image: url("https://cdn.glitch.global/8d47f899-99f5-4d62-8ed0-fa4415117624/img-back.png?v=1663969350895");
background-repeat: no-repeat;
background-attachment: fixed;
background-position: right;
}
#back {
float: right;
width: 80%;
}
.websiteunderconstruction {
text-align: left;
vertical-align: text-top;
font-size: 44px;
font-family: DM Sans, sans-serif;
line-height: auto;
color: #000000;
left: 24px;
top: 302px;
position: absolute;
}
.websiteunderconstruction_const {
text-align: left;
vertical-align: text-top;
font-size: 42px;
font-family: DM Sans, sans-serif;
line-height: auto;
color: #000000;
left: 24px;
top: 350px;
position: absolute;
}
.subtitle {
text-align: left;
vertical-align: text-top;
font-size: 16px;
font-family: DM Sans, serif;
left: 24px;
top: 407px;
width: 226px;
height: 36px;
position: absolute;
line-height: auto;
color: #000000;
}
.social_twit{
width: 31px;
height: 31px;
left: 224px;
top: 399px;
position: absolute;
}
.social{
width: 31px;
height: 31px;
left: 258px;
top: 399px;
position: absolute;
}
.contact {
text-align: left;
vertical-align: text-top;
font-size: 16px;
font-family: DM Sans, serif;
left: 24px;
top: 540px;
width: 409px;
height: 45px;
position: absolute;
line-height: auto;
}
.contact_2 {
text-align: left;
vertical-align: text-top;
font-size: 16px;
font-family: DM Sans, serif;
left: 24px;
top: 560px;
width: 409px;
height: 45px;
position: absolute;
line-height: auto;
}
.imagecredit {
text-align: left;
vertical-align: text-top;
font-size: 12px;
font-family: DM Sans, serif;
left: 24px;
top: 580px;
width: 112px;
height: 16px;
position: absolute;
line-height: auto;
text-decoration: underline;
color: #9747ff;
}