diff --git a/NUX_Octodex.ico b/NUX_Octodex.ico new file mode 100644 index 0000000..23d198d Binary files /dev/null and b/NUX_Octodex.ico differ diff --git a/index.html b/index.html index 77acc49..8712de1 100644 --- a/index.html +++ b/index.html @@ -1,22 +1,35 @@ - - - - - Desafío Branching - - - - -
-

Ir a Github

- - octocat - - -
- - \ No newline at end of file + + + + + Desafío Branching + + + + + +
+

Ir a Mi perfil de Github

+ + octocat con estilo + + +
+ + diff --git a/style.css b/style.css index 204da60..c5867cb 100644 --- a/style.css +++ b/style.css @@ -1,30 +1,34 @@ body { - background: #342E37; - } + background: #342e37; +} .container { padding-top: 30px; -} - +} + h1 { color: #fff; - font-family: 'Space Mono', monospace; + font-family: "Space Mono", monospace; font-size: 3rem; text-align: center; font-weight: 300; } - + img { max-width: 40%; - padding: 20px; + margin-bottom: 2rem; display: block; - margin: 0 auto; + margin-inline: auto; + border-radius: 50%; + -webkit-box-shadow: 2px 0px 14px 7px rgba(255, 255, 255, 0.75); + -moz-box-shadow: 2px 0px 14px 7px rgba(255, 255, 255, 0.75); + box-shadow: 2px 0px 14px 7px rgba(255, 255, 255, 0.75); } form { padding: 30px; } - + .btn { outline: none; border: none; @@ -35,12 +39,12 @@ form { padding: 20px 80px; margin: 0 auto; border-radius: 20px; - box-shadow: 0 6px #2E282A; + box-shadow: 0 6px #2e282a; } - + .btn a { - color: white; - font-family: 'Open Sans', sans-serif; + color: white; + font-family: "Open Sans", sans-serif; font-size: 1rem; font-weight: 300; text-transform: uppercase; @@ -49,11 +53,11 @@ form { } .btn:hover { - box-shadow: 0 4px #2E282A; - top: 2px; + box-shadow: 0 4px #2e282a; + top: 2px; } .btn:active { box-shadow: none; - top: 6px; -} \ No newline at end of file + top: 6px; +}