-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdisenho.css
123 lines (88 loc) · 1.36 KB
/
disenho.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
.textoEncriptado{
height: 944px;
width: 400px;
left: 1000px;
top: 40px;
border-radius: 32px;
position: absolute;
width: 400px;
height: 944px;
left: 1000px;
top: 40px;
/* White */
background: #FFFFFF;
/* shadow */
box-shadow: 0px 24px 32px -8px rgba(0, 0, 0, 0.08);
border-radius: 0px;
}
.textoOriginal{
height: 288 px;
width: 680px;
left: 240px;
top: 168px;
border-radius: nullpx;
position: absolute;
width: 680px;
height: 288px;
left: 240px;
top: 168px;
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 32px;
line-height: 150%;
/* or 48px */
color: #0A3871;
}
body{
background: #E5E5E5;
}
h1{
position: absolute;
left: 25%;
top: 10%;
}
button{
Color: Dark blue;
State: Normal;
height: 67px;
width: 328px;
left: 0px;
top: 0px;
border-radius: 24px;
padding: 24px;
display: flex;
flex-direction: row;
align-items: flex-start;
padding: 24px;
gap: 8px;
color: white;
width: 328px;
height: 67px;
/* Dark blue/dark-blue-300 */
background: #0A3871;
border-radius: 24px;
/* Inside auto layout */
flex: none;
order: 0;
flex-grow: 0;
font-family: Inter;
font-size: 16px;
font-weight: 400;
line-height: 19px;
letter-spacing: 0em;
text-align: center;
}
.botonencriptar{
position: absolute;
top: 90%;
}
.botondesencriptar{
position: absolute;
top: 90%;
left: 25%;
}
h6{
position: absolute;
top: 85%;
}