-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
58 lines (46 loc) · 804 Bytes
/
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
* {
font-family: "Inter", sans-serif;
font-weight: 400;
font-size: 30px;
line-height: 150%;
}
body {
background-color: #FFF;
}
main {
display: flex;
margin-left: 80px;
margin-bottom: 50px;
}
.input-texto {
margin-top: 90px;
}
.mensaje {
position: relative;
margin-top: 20px;
margin-left: 90px;
background-image: url("imagenes/muñeco.png");
background-repeat: no-repeat;
background-position: 18px;
background-size: 300px;
}
.copiar {
position: relative;
margin-top: 20px;
margin-left: 205px;
}
.botones {
display: flex;
flex-direction: row;
margin-top: 20px;
}
.encriptar {
background-color: darkblue;
color:white;
}
.desencriptar {
margin-left: 30px;
}
.informacion {
font-size: 15px;
}