Skip to content

Commit e6dab1a

Browse files
committed
Finalizadox2
1 parent 77e6617 commit e6dab1a

File tree

4 files changed

+32
-15
lines changed

4 files changed

+32
-15
lines changed

img/Logo.png

-1.14 KB
Binary file not shown.

img/logo-alura.svg

Lines changed: 17 additions & 0 deletions
Loading

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
<div class="container">
1616

1717
<div class="encriptar">
18-
<img class="logo" src="/img/Logo.png" alt="logo">
18+
<img class="logo" src="/img/logo-alura.svg" alt="logo">
1919
<textarea name="texto" class="texto" id="texto" cols="30" rows="10" placeholder="Ingresa el texto aquí"></textarea>
2020
<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>
2323
</div>
2424
<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>
2626
<input type="button" class="btn-desencriptar" value="Desencriptar!" onclick="desencriptar()"/>
2727
</div>
2828
</div>

styles.css

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,17 @@
99
height: 100vh;
1010
background: #f3f5fc;
1111
}
12+
.logo{
13+
width: 60px;
14+
padding-top: 40px;
15+
padding-left: 60px;
16+
}
1217
.texto {
1318
position: absolute;
1419
width: 42%;
1520
height: 60%;
1621
left: 12%;
17-
top: 15%;
22+
top: 20%;
1823
border: none;
1924
font-family: "Open Sans", sans-serif;
2025
font-weight: 400;
@@ -23,11 +28,6 @@
2328
background-color: #f3f5fc;
2429
color: #0a3871;
2530
}
26-
.logo{
27-
width: 115px;
28-
padding-top: 20px;
29-
padding-left: 40px;
30-
}
3131
.texto::placeholder {
3232
color: #0a3871;
3333
}
@@ -257,19 +257,19 @@
257257
flex-direction: row;
258258
}
259259
.logo{
260-
width: 80px;
261-
padding-top: 20px;
262-
padding-left: 2px;
260+
width: 40px;
261+
padding-top: 15px;
262+
padding-left: 30px;
263263
}
264264
.encriptar {
265265
width: 100%;
266266
height: 50%;
267267
}
268268
.texto {
269-
width: 80%;
269+
width: 90%;
270270
height: 40%;
271271
left: 10%;
272-
top: 7%;
272+
top: 11%;
273273
}
274274
.terminos {
275275
width: 80%;

0 commit comments

Comments
 (0)