diff --git a/assets/css/style.css b/assets/css/style.css index 1a66ce8..576f88b 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -1,3 +1,18 @@ body{ font-family: Roboto; -} \ No newline at end of file +} +.credit-text { + text-align: center; + color: #000; + font-size: 16px; + margin-top: 20px; +} + +.credit-text a { + text-decoration: none; + color: #007bff; +} + +.credit-text a:hover { + text-decoration: underline; +} diff --git a/index.html b/index.html index cf76891..4fd9e28 100644 --- a/index.html +++ b/index.html @@ -152,6 +152,7 @@
Area para agregar cambios
+Gustavo Cáceres estuvo acá https://github.com/gcaceresbozo
@@ -171,4 +172,5 @@