-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
103 lines (86 loc) · 1.56 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
102
103
* {
font-family: "Inter", sans-serif;
font-weight: 400;
font-size: 32px;
line-height: 150%;
}
body {
background-color: #FFF;
text-indent: 15px;
border: 5px solid black;
background-color: rgb(173, 173, 228)
}
main {
display: flex;
margin-left: 80px;
margin-bottom: 50px;
}
.input-texto {
margin-top: 50px;
text-align: center;
border: none;
background-color: rgb(173, 173, 228)
}
.mensaje {
position: relative;
margin-top: 0px;
margin-left: 90px;
background-image: url("Muneco.png");
border: none;
background-repeat: no-repeat;
background-position: 18px;
background-size: 300px;
background-color: rgb(173, 173, 228)
}
.mensaje-box{
margin-top: -20%;
}
.imagen{
visibility: collapse;
}
.copiar {
position: relative;
margin-top: 20px;
margin-left: 205px;
border-radius: 45px;
}
.botones {
display: flex;
flex-direction: row;
margin-top: -20px;
}
.encriptar {
background-color: darkblue;
color:white;
margin-left: 150px;
border-radius: 25px;
}
.desencriptar {
margin-left: 100px;
border-radius: 25px;
}
.informacion {
font-size: 15px;
}
h6{
text-align: center;
margin-top: 5px;
}
header{
text-align:left;
text-indent: 0%;
padding: 1px;
margin-bottom: 5px;
box-sizing: content-box;
line-height: 50px;
text-transform: uppercase;
}
h2{
text-align: center;
text-indent: 0%;
text-orientation: upright;
margin-top: 0px;
}
footer{
text-align: center;
}