From ee43de3206e8f441f16e77546f79dc4c9a901a47 Mon Sep 17 00:00:00 2001 From: Miguel Rodriguez Date: Mon, 4 Mar 2024 19:15:39 +0100 Subject: [PATCH] Encriptador casi updates :) --- imagenes/candado.svg | 4 ++ imagenes/detective.svg | 91 ++++++++++++++++++++++++++++++++++++++++++ index.html | 6 ++- styles.css | 32 +++++++++++++-- 4 files changed, 128 insertions(+), 5 deletions(-) create mode 100644 imagenes/candado.svg create mode 100644 imagenes/detective.svg diff --git a/imagenes/candado.svg b/imagenes/candado.svg new file mode 100644 index 0000000..71bf484 --- /dev/null +++ b/imagenes/candado.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/imagenes/detective.svg b/imagenes/detective.svg new file mode 100644 index 0000000..110e586 --- /dev/null +++ b/imagenes/detective.svg @@ -0,0 +1,91 @@ + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/index.html b/index.html index c120dd7..5128e4b 100644 --- a/index.html +++ b/index.html @@ -21,8 +21,10 @@ -

Encriptador
- Desencriptador

+

+ Encriptador
+ Desencriptador +

diff --git a/styles.css b/styles.css index ab82cad..3ab001e 100644 --- a/styles.css +++ b/styles.css @@ -1,13 +1,24 @@ h1 { - font-size: 40px; + font-size: 32px; text-align: block; color: rgb(139, 180, 255); font-family: 'Montserrat', sans-serif; - margin-top: 20px; - margin-bottom: 20px; + margin-top: 0; + margin-bottom: 15px; font-weight: bold; } +.Desencriptador { + margin-left: 68px; +} + +.candado { + width: 60px; + height: 60px; + transform: translate(0px, 35px); + filter: invert(58%) sepia(34%) saturate(841%) hue-rotate(189deg) brightness(115%) contrast(101%); +} + body { width: 1080px; height: 720px; @@ -161,6 +172,21 @@ p { @media screen and (max-width: 720px) { + .candado { + width: 60px; + height: 60px; + transform: translate(0px, 35px); + filter: invert(58%) sepia(34%) saturate(841%) hue-rotate(189deg) brightness(115%) contrast(101%); + } + + .Encriptador { + margin-right: 80px; + } + + .Desencriptador { + margin-left: 40px; + } + h1 { font-size: 30px; text-align: center;