-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplaceordering.css
More file actions
71 lines (61 loc) · 931 Bytes
/
placeordering.css
File metadata and controls
71 lines (61 loc) · 931 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
body
{
margin: 0%;
}
img
{
width: 100%;
max-width: 100%;
height: 50%;
border-radius: 10%;
border-color: black;
}
.display
{
display: flex;
}
.pos
{
position: absolute;
align-content: center;
align-self: center;
text-align: center;
padding: 10px 20px;
margin-left: 50%;
margin-top: 10%;
}
btnn
{
margin: auto;
}
.space
{
margin-top: 10%;
}
.effect
{
position: absolute;
top: 50%;
transform: translate(-50%, -50%);
}
button
{
display: block;
font-size: 30px;
font-family:'Franklin Gothic Medium';
text-decoration: none;
color: #000000;
border-top: 2px solid #88ff00;
border-bottom: 2px solid #333;
padding: 10px;
letter-spacing: 4px;
transition: all .25s;
}
button:hover
{
letter-spacing: 15px;
}
a
{
color: rgb(255, 255, 255);
}