-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcss-mr-p.css
More file actions
45 lines (41 loc) · 951 Bytes
/
css-mr-p.css
File metadata and controls
45 lines (41 loc) · 951 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
body {
background-color: rgb(31, 31, 31);
color: rgb(201, 201, 201)
}
.mr-p-bar {
background-color: #1A1733;
padding: 10px;
color: #F6BD1F;
border: 2px solid #461EDF;
}
.mr-p-vermelho{
color: #A11A28;
}
.box-mr-p-bar {
font-size: 20px;
color: #ADD8F7;
height: 125px;
width: 600px;
border-radius: 10px;
background: #ADD8F7;
flex-direction: column;
display: flex;
align-items: center;
justify-content: center;
border: none;
border: 2px solid #461EDF;
list-style-type: none;
}
.header-skins-mr-p {
background-color: rgb(31, 31, 31);
height: 100px;
width: 800px;
color: #0670d3;
border-radius: 10px;
flex-direction: column;
display: flex;
align-items: center;
justify-content: center;
border: 2px solid #1a28ed;
box-shadow: rgba(255, 255, 255, 0.35) 0px 5px 15px;
}