-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy paththenotesapp.css
More file actions
58 lines (52 loc) · 1 KB
/
thenotesapp.css
File metadata and controls
58 lines (52 loc) · 1 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
.mainbody{
background-image: url(https://www.washingtonpost.com/resizer/NcD-eYjEnEEcTDnS1GZelQtAK5c=/1484x0/arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/YBDXXTEX7JFCJP4JGBPBCIVLDU.jpg);
vertical-align: center;
align-content: center;
background-size: cover;
}
#addTxt{
border-radius: 10px;
}
#nothing{
text-align: center;
}
.mainbody2{
background-color: #D3D3D3;
}
.container my-3{
background-color: grey;
}
#Heading{
text-align: center;
}
#jumbo
{
background-color: rgb(255, 204, 255);
padding: auto;
align-content: center;
vertical-align: center;
margin: auto;
margin-top: 100px;
height: 500px;
width: 450px;
}
#special
{
background-color: rgb(255, 204, 255);
padding: auto;
align-content: center;
vertical-align: center;
margin: auto;
margin-top: 100px;
height: 500px;
width: 450px;
}
.display-4{
text-align: center;
}
.card-footer{
font-size:medium;
font-style: italic;
display: block;
text-align: right;
}