-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoffers.css
54 lines (47 loc) · 958 Bytes
/
offers.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
h1 {
color: antiquewhite;
font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
font-size: 70px;
letter-spacing: 10px;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.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% ;
}
img {
border-radius: 2%;
}
/* 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 */