-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
38 lines (34 loc) · 733 Bytes
/
main.css
File metadata and controls
38 lines (34 loc) · 733 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
.mt-3{
max-width: 1920px;
align-content: center;
align-items: center;
justify-content: center;
justify-self: center;
justify-items: center;
}
.mt-4 {
column-count: 3;
margin-top: 0.5rem;
align-content: center;
align-items: center;
justify-content: center;
justify-self: center;
justify-items: center;
!important;
}
.mb-5{
margin-bottom: 0rem !important;
}
.p-4{
margin-bottom:0.2rem !important;
}
body {
background-color: rgba(255,255,255,0);
background-blend-mode: overlay;
background-image: url("https://raw.githubusercontent.com/ComputerComa/desktop-backrounds/f5a5eb63e4adaab0c346de5bf4b638011a9ad131/photo_389.jpg");
background-position: center;
color: blue
}
.shadow-box {
box-shadow: 10px 10px 10px rgb(85,57,204,.75)
}