-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
86 lines (75 loc) · 1.4 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
84
85
86
li{
display: inline-block;
margin: 0 0 0 10px;
}
.texto1{
position: absolute;
width: 740px;
height: 200px;
left: 110px;
top: 68px;
border: none;
font-size: 25px;
}
.texto2{
position: absolute;
width: 400px;
height: 380px;
left: 900px;
top: 40px;
border-radius: 0 32px 32px 32px;
background: #fff;
margin: 0px;
font-size: 20px;
}
.cixa-dos-botoes {
/*border: 2px solid #000000;*/
position: absolute;
left: 0px;
top: 340px;
}
input textarea{
text-align: center;
font-family: 'Inter';
font-style: normal;
line-height: 19px;
}
input{
border-radius: 24px;
position: static;
width: 328px;
height: 67px;
left: 0px;
top: 150px;
font-size: 16px;
font-weight: bold;
}
.enviar-criptografia{
background: #0A3871;
margin: 0px 50px;
color: #fff;
}
.desfazer-criptografia{
background: #D8DFE8;
margin: 0px 35px;
color: #090909;
}
.copiar{
background: #D8DFE8;
position: absolute;
width: 336px;
height: 67px;
left: 932px;
top: 340px;
margin: 0px 10px;
color: #090909;
}
main .copiar{
text-align: center;
}
footer{
border: 2px solid #000000;
margin: 400px;
text-align: center;
float: center;
}