Skip to content

Commit

Permalink
Finalizadox2
Browse files Browse the repository at this point in the history
  • Loading branch information
JorgeL99 committed Feb 28, 2024
1 parent 77e6617 commit e6dab1a
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 15 deletions.
Binary file removed img/Logo.png
Binary file not shown.
17 changes: 17 additions & 0 deletions img/logo-alura.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
<div class="container">

<div class="encriptar">
<img class="logo" src="/img/Logo.png" alt="logo">
<img class="logo" src="/img/logo-alura.svg" alt="logo">
<textarea name="texto" class="texto" id="texto" cols="30" rows="10" placeholder="Ingresa el texto aquí"></textarea>
<div class="terminos">
<img class="ifo" src="/img/nifo.svg" alt="ifo">
<p>Solo letras minúsculas y sin acentos.</p>
<img class="ifo" src="/img/nifo.svg" alt="ifo">
<p>Solo letras minúsculas y sin acentos.</p>
</div>
<div class="botones">
<button class="btn-encriptar" type="button" onclick="encriptar()">Encriptar!</button>
<button class="btn-encriptar" type="button" onclick="encriptar()">Encriptar!</button>
<input type="button" class="btn-desencriptar" value="Desencriptar!" onclick="desencriptar()"/>
</div>
</div>
Expand Down
22 changes: 11 additions & 11 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,17 @@
height: 100vh;
background: #f3f5fc;
}
.logo{
width: 60px;
padding-top: 40px;
padding-left: 60px;
}
.texto {
position: absolute;
width: 42%;
height: 60%;
left: 12%;
top: 15%;
top: 20%;
border: none;
font-family: "Open Sans", sans-serif;
font-weight: 400;
Expand All @@ -23,11 +28,6 @@
background-color: #f3f5fc;
color: #0a3871;
}
.logo{
width: 115px;
padding-top: 20px;
padding-left: 40px;
}
.texto::placeholder {
color: #0a3871;
}
Expand Down Expand Up @@ -257,19 +257,19 @@
flex-direction: row;
}
.logo{
width: 80px;
padding-top: 20px;
padding-left: 2px;
width: 40px;
padding-top: 15px;
padding-left: 30px;
}
.encriptar {
width: 100%;
height: 50%;
}
.texto {
width: 80%;
width: 90%;
height: 40%;
left: 10%;
top: 7%;
top: 11%;
}
.terminos {
width: 80%;
Expand Down

0 comments on commit e6dab1a

Please sign in to comment.