-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
83 lines (69 loc) · 1.35 KB
/
style.css
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
.logo {
display: flex;
justify-content: center;
align-items: center;
}
.cuerpo{
display: flex;
justify-content: center;
align-items: center;
}
body{
background-color: #F637EC;
}
main {
display: flex;
margin-left: 80px;
margin-bottom: 50px;
}
.input-texto {
border-radius: 10px;
font-size: 20px;
}
.mensaje {
position: relative;
margin-left: 80px;
background-image: url("./logo e imagenes alura/muneco.png");
background-repeat: no-repeat;
background-position: 18px;
background-size: 200px;
border-radius: 10px;
margin-top: 0px;
display: flex;
justify-content: center;
align-items: flex-start;
}
.copiar {
font-size: 20px;
display: flex;
position: center;
margin-top: 28px;
margin-left: 160px;
background-color: #1CD6CE;
}
.botones {
height: 30px;
display: flex;
justify-content: center;
flex-direction: row;
margin-top: 20px;
}
.encriptar {
width: 120px;
background-color: #3330E4;
color: whitesmoke;
font-weight: bold;
}
.desencriptar {
width: 120px;
margin-left: 30px;
background-color: #FAEA48;
font-weight: bold;
}
.informacion {
font-size: 15px;
}
.mensaje {
font-size: 20px;
margin-top: 0px;
}