forked from Kagisho96/grocery-app
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgrocery_app.css
More file actions
43 lines (38 loc) · 769 Bytes
/
grocery_app.css
File metadata and controls
43 lines (38 loc) · 769 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
.red {
/* color: red; */
border: 1px solid red;
padding: .5rem;
margin-left: 5rem;
margin-top: .5rem;
border-width: thick;
border-radius: 5%;
width: 20%;
height: 20%;
}
.normal {
border: 1px solid blue;
margin-left: 5rem;
margin-top: .5rem;
padding: .5rem;
border-width: 100%;
border-radius: 5%;
width: 20%;
height: 20%;
border-width: thick;
}
.heading{
text-align: center;
align-items: center;
}
.note{
font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
background-image: linear-gradient(solid red);
color: rgb(29, 2, 2);
box-shadow: -3px -3px 7px #c40101b2, 3px 3px 5px #00000088;
}
h1{
text-align: center;
}
.answers{
color: firebrick;
}