-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCAFE.css
More file actions
117 lines (94 loc) · 1.75 KB
/
CAFE.css
File metadata and controls
117 lines (94 loc) · 1.75 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
body{
background-color: #dea821;
}
.container {
display: flex;
column-gap: 40px;
align-items: center;
justify-content: center;
padding-top: 70px;
}
.rounded-square1 {
/* Dimensions */
width: 300px;
height: 550px;
border-radius: 25px;
/* Color */
background-color: #F8F8FF;
}
.rounded-square2 {
/* Dimensions */
width: 300px;
height: 550px;
border-radius: 25px;
/* Color */
background-color: #F8F8FF;
}
.rounded-square3 {
/* Dimensions */
width: 300px;
height: 550px;
border-radius: 25px;
/* Color */
background-color: #F8F8FF;
}
h1, h2{
text-align: center;
font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.motto{
text-align: center;
font-family: Verdana, Geneva, Tahoma, sans-serif;
font-style: italic;
font-size: 80%;
}
h1{
margin-top: 5;
margin-bottom: 15px;
}
hr{
height: 2px;
border-color:#dea821;
background-color: #dea821;
margin-bottom: 15px;
margin-top: 15px;
}
.icon{
width: 48px;
height: 48px;
display: block;
margin-left: auto;
margin-right: auto;
}
.item p {
display: inline-block;
margin-top: 5px;
margin-bottom: 5px;
font-size: 15px;
font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.flavor{
text-align: left;
padding-left: 15px;
width: 60%;
}
.price{
text-align: right;
width: 25%;
}
footer{
font-size: 14px;
text-align: center;
}
a{
color: black;
}
a:visited {
color: black;
}
a:hover {
color: #dea821;
}
a:active {
color: #dea821;
}