-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
126 lines (104 loc) · 2.09 KB
/
styles.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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
*{
background-color: #E5E5E5;
}
body{
font-family: Arial, Helvetica, sans-serif;
}
.logo{
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 0px;
gap: 40px;
position: absolute;
width: 120px;
height: 48px;
left: 40px;
top: 40px;
}
.inputTexto, .placerholder{
position: absolute;
width: 577px;
height: 48px;
left: 240px;
top: 168px;
font-family: Arial, Helvetica, sans-serif;
font-style: normal;
font-weight: 400;
font-size: 32px;
line-height: 150%;
border-radius: 10px;
color: #0A3871;
}
.botones{
display: flex;
flex-direction: row;
align-items: flex-start;
padding: 0px;
gap: 24px;
position: absolute;
width: 680px;
height: 67px;
left: 240px;
top: 885px;
}
.bonotes, .encriptar{
background: #0A3871;
border-radius: 24px;
width: 200px;
height: 50px;
color: #FFFFFF;
}
.bonotes, .desencriptar{
background: #D8DFE8;
border-radius: 24px;
width: 200px;
height: 50px;
color: #0A3871;
}
.resultadoBox{
position: absolute;
width: 400px;
height: 944px;
left: 900px;
top: 40px;
/* White */
background: #FFFFFF;
/* shadow */
box-shadow: 0px 24px 32px -8px rgba(0, 0, 0, 0.08);
border-radius: 32px;
background-image: "Imagenes/Muñeco.png";
}
.imagenMuñeco{
position: absolute;
top: 200px;
width: 400px;
background: #FFFFFF;
}
.mensaje{
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 0px;
gap: 16px;
background-color: #E5E5E5;
position: relative;
width: 336px;
height: 122px;
left: 930px;
top: 619px;
border-radius: 10px;
}
.minusculas{
display: flex;
flex-direction: row;
align-items: center;
padding: 0px;
gap: 8px;
font-size: 10px;
position: absolute;
width: 229px;
height: 18px;
left: 240px;
top: 851px;
}