This repository has been archived by the owner on May 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
style2.css
106 lines (93 loc) · 1.66 KB
/
style2.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
.Pg1Body{
border-top: 50px solid;
border-color: #fff4ec;
background-color: white;
}
#id{
border-top: 50px solid;
border-color: aquamarine;
}
.logo1{
width: 70px;
background: none;
height:auto;
border:none;
cursor: pointer;
position: relative;
z-index: 1;
height: 50px;
top: -100px;
left: -160px;
}
.icon{
width: 70px;
background: none;
height:auto;
border:none;
cursor: pointer;
position: relative;
z-index: 1;
height: 50px;
top: -100px;
left: 1080px;
}
.select{
font-weight: bolder;
text-decoration: none;
color: orange;
width: 170px;
background: none;
height:auto;
border:none;
cursor: pointer;
position: relative;
z-index: 1;
height: 150px;
top: -115px;
left: 632px;
}
.noinfoicon{
width: max-content;
position: absolute;
left: 550px;
top: 200px;
}
.noinfotext{
position: absolute;
left: 410px;
top: 500px;
opacity: 50%;
}
/* HERE LIES THE ALT PAGE */
.dropdownborder{
border-top: 50px solid orange;
}
.dav{
text-decoration: none;
color: whitesmoke;
position: absolute;
top: 70px;
left: 140px;
}
.outr{
text-decoration: none;
color: whitesmoke;
position: absolute;
top: 70px;
left: 900px;
}
#outr{
font-weight: bolder;
text-decoration: none;
color: whitesmoke;
position: absolute;
top: 70px;
left: 900px;
}
.instsep{
border-left: 3px solid white;
height: 40px;
top: 62px;
left: 720px;
position: absolute;
}