- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
Latest commit
36 lines (31 loc) · 663 Bytes
/
Copy pathstyle.css
File metadata and controls
36 lines (31 loc) · 663 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
body {
background-color:rgba(0,136,255,0.568) !important;
padding:0px;
margin:0px;
}
.container {
display: flex;
flex-direction: column;
align-items: center;
margin-bottom:30px;
}
.containera {
text-decoration: none;
color: white;
}
.containerbutton {
width:175px;
height:50px;
border-radius:50px;
margin:15px0px;
display: block;
border: none;
outline: none;
background-color:rgba(255,0,68,0.901);
font-size:15px;
color: white;
font-weight: bold;
}
.containerbutton:hover {
background-color:rgba(204,0,255,0.329);
}