-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
49 lines (43 loc) · 832 Bytes
/
Copy pathstyle.css
File metadata and controls
49 lines (43 loc) · 832 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
.button-container:last-child {
margin-right: 0;
}
.btn {
border: 0;
width: 300px;
height: 50px;
color: white;
font-size: 24px;
font-weight: bold;
background-color: #FE30DB;
margin-top: 1rem;
margin-right: 1rem;
border-radius: 1rem;
cursor: pointer;
}
.btn:hover {
background-color: #FB7BE6;
}
.panel-derecha{
position: absolute;
width: 400px;
height: 650px;
background-color: white;
margin-top: 10px;
margin-left: 800px;
border-radius: 2rem;
}
.error {
margin-left: 50px;
position: absolute;
width: 700px;
background-color: red;
font-size: 16px;
color: white;
text-align: center;
text-transform: uppercase;
font-weight: bold;
border-radius: 2rem;
}
.mensaje-texto{
color: white;
}