-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
101 lines (101 loc) · 1.64 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
body{
margin: 0px;
padding: 0px;
background: #F3F5FC;
}
.container{
margin: auto;
width: 960px;
height: 650px;
padding: 5px;
}
.logo{
width: 100%;
float: left;
}
.left{
float: left;
width: 70%;
height: 70%;
border-radius: 24%;
}
.right{
float: right;
width: 30%;
height: auto;
border-radius: 24px;
background: white;
}
.left-button{
float: left;
width: 70%;
height: auto;
border-radius: 24%;
}
.logoImg{
margin-top: 1%;
margin-left: 5%;
float: inherit;
}
.tittle{
float: inherit;
margin-left: 20%;
}
.text-input{
float: left;
margin-left: 10%;
margin-top: 10%;
width: 80%;
height: 80%;
color: #0A3871;
font-size: 20px;
border: none;
outline: none;
background: #F3F5FC;
}
#imgDer{
margin-left: 2%;
margin-top: 20%;
width: 90%;
height: auto;
}
#texto{
margin-left: 7%;
margin-right: 5%;
}
#texto2{
float: left;
margin-left: 10%;
color: #0A3871;
width: 80%;
height: 60%;
border: none;
outline: none;
font-size: 15px;
}
#btn-encriptar{
padding: 24px;
width: 30%;
height: 60%;
border-radius: 24px;
margin-left: 15%;
background: #0A3871;
}
#btn-desencriptar{
padding: 24px;
width: 30%;
height: 60%;
border-radius: 24px;
margin-left: 10%;
background: #D8DFE8;
}
#copiar{
margin-left: 33%;
margin-top: 90%;
padding: 24px;
width: 40%;
height: 10%;
background: #D8DFE8;
border-radius: 24px;
display: none;
}