-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
98 lines (84 loc) · 1.39 KB
/
index.css
File metadata and controls
98 lines (84 loc) · 1.39 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
body {
background-color: black;
position: absolute;
}
button {
padding: 2em;
background-color: #1B1339;
border: none;
border-radius: 5em;
}
a {
color: white;
text-decoration: none;
font-size: 2.5em;
font-family: Arial, Helvetica, sans-serif;
}
nav {
margin: 1em;
margin-left: 3.8em;
background: #1B1339;
border-radius: 2em;
}
.active {
color: #3718AF;
}
img {
width: 120%;
height: 200%;
border-radius: 16px;
margin-left: 2.7em;
filter: blur(3px);
}
#h1 {
color: #392E61;
font-size: 4em;
position: absolute;
top: 0em;
left: 1.5em;
}
#p1 {
color: #392E61;
font-size: 4em;
position: absolute;
top: 3em;
left: 9em;
font-weight: bold;
}
.content1 {
margin: 1em;
position: relative;
}
.content2 {
top: 10em;
position: relative;
}
#p2 {
color: white;
font-size: 2em;
font-family: Arial, Helvetica, sans-serif;
position: absolute;
top: -5em;
left: 2.5em;
right: -10em;
}
#link2 {
color: #521229;
font-size: 1em;
font-family: Arial, Helvetica, sans-serif;
}
#link2:active {
color: purple;
font-size: 1em;
font-family: Arial, Helvetica, sans-serif;
}
#link2:hover {
color: purple;
font-size: 1em;
font-family: Arial, Helvetica, sans-serif;
}
.twitter-tweet {
position: absolute;
top: 53em;
left: 5em;
}