-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
61 lines (51 loc) · 850 Bytes
/
style.css
File metadata and controls
61 lines (51 loc) · 850 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
body {
background-image: url(/assets/bg-image.jpg);
text-align: center;
background-size: cover;
background-position: center;
background-attachment: fixed;
}
.btn {
height: 200px;
width: 200px;
border-radius: 50%;
border: 10px solid black;
margin: 2.5rem;
}
.btn-container {
display: flex;
justify-content: center;
cursor: pointer;
}
.yellow {
background-color: #f99b45;
}
.red {
background-color: #d95980;
}
.purple {
background-color: #819ff9;
}
.green {
background-color: #63aac0;
}
.flash {
background-color: white;
}
.userflash {
background-color: green;
}
.heading {
display: inline-block;
border-radius: 9px;
background-color: #02b7c4;
width: 18rem;
height: 2.5rem;
}
.para {
border-radius: 9px;
background-color: #d95980;
width: 22rem;
height: 2.2rem;
margin-left: 35.3rem;
}