File tree Expand file tree Collapse file tree 4 files changed +32
-15
lines changed Expand file tree Collapse file tree 4 files changed +32
-15
lines changed Original file line number Diff line number Diff line change 15
15
< div class ="container ">
16
16
17
17
< div class ="encriptar ">
18
- < img class ="logo " src ="/img/Logo.png " alt ="logo ">
18
+ < img class ="logo " src ="/img/logo-alura.svg " alt ="logo ">
19
19
< textarea name ="texto " class ="texto " id ="texto " cols ="30 " rows ="10 " placeholder ="Ingresa el texto aquí "> </ textarea >
20
20
< div class ="terminos ">
21
- < img class ="ifo " src ="/img/nifo.svg " alt ="ifo ">
22
- < p > Solo letras minúsculas y sin acentos.</ p >
21
+ < img class ="ifo " src ="/img/nifo.svg " alt ="ifo ">
22
+ < p > Solo letras minúsculas y sin acentos.</ p >
23
23
</ div >
24
24
< div class ="botones ">
25
- < button class ="btn-encriptar " type ="button " onclick ="encriptar() "> Encriptar!</ button >
25
+ < button class ="btn-encriptar " type ="button " onclick ="encriptar() "> Encriptar!</ button >
26
26
< input type ="button " class ="btn-desencriptar " value ="Desencriptar! " onclick ="desencriptar() "/>
27
27
</ div >
28
28
</ div >
Original file line number Diff line number Diff line change 9
9
height : 100vh ;
10
10
background : # f3f5fc ;
11
11
}
12
+ .logo {
13
+ width : 60px ;
14
+ padding-top : 40px ;
15
+ padding-left : 60px ;
16
+ }
12
17
.texto {
13
18
position : absolute;
14
19
width : 42% ;
15
20
height : 60% ;
16
21
left : 12% ;
17
- top : 15 % ;
22
+ top : 20 % ;
18
23
border : none;
19
24
font-family : "Open Sans" , sans-serif;
20
25
font-weight : 400 ;
23
28
background-color : # f3f5fc ;
24
29
color : # 0a3871 ;
25
30
}
26
- .logo {
27
- width : 115px ;
28
- padding-top : 20px ;
29
- padding-left : 40px ;
30
- }
31
31
.texto ::placeholder {
32
32
color : # 0a3871 ;
33
33
}
257
257
flex-direction : row;
258
258
}
259
259
.logo {
260
- width : 80 px ;
261
- padding-top : 20 px ;
262
- padding-left : 2 px ;
260
+ width : 40 px ;
261
+ padding-top : 15 px ;
262
+ padding-left : 30 px ;
263
263
}
264
264
.encriptar {
265
265
width : 100% ;
266
266
height : 50% ;
267
267
}
268
268
.texto {
269
- width : 80 % ;
269
+ width : 90 % ;
270
270
height : 40% ;
271
271
left : 10% ;
272
- top : 7 % ;
272
+ top : 11 % ;
273
273
}
274
274
.terminos {
275
275
width : 80% ;
You can’t perform that action at this time.
0 commit comments