-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmyorders.css
More file actions
57 lines (45 loc) · 992 Bytes
/
Copy pathmyorders.css
File metadata and controls
57 lines (45 loc) · 992 Bytes
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
/* MENU */
h16,h17{
color: rgb(255, 255, 255);
font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
font-size: 25px;
letter-spacing: 1px;
}
h16{
position: relative;
left: 20;
bottom:5;
}
h17{
position: relative;
left: 100;
bottom:5;
}
a{
text-decoration-line: none ;
}
.myorders{
position: relative;
left: 1130;
top:7
}
/* MENU */
h1{color: rgba(255, 255, 255, 0.246);
font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
font-size: 80px;
letter-spacing: 2px;
}
.sademoji{
opacity:25% ;
}
.g {
padding-left: 23;
padding-right: 23;
padding-top: 7;
padding-bottom: 7;
position: relative;
left: 30;
background-color:rgb(255, 140, 0);
color: #ffffff;
border-radius:10% ;
}