diff --git a/css/styles.css b/css/styles.css index d844728..008b5e3 100644 --- a/css/styles.css +++ b/css/styles.css @@ -54,6 +54,21 @@ nav ul li { margin-right: 20px; } +.reloj-div a { + color: white; + text-decoration: none; + transition: 0.3s; + padding: 1rem; +} + +.reloj-div a:hover { + color: #ff4081; + cursor: pointer; + + border-radius: 2rem; + background-color: white; +} + .search-span { display: flex; justify-content: center; diff --git a/index.html b/index.html index 6e11e5c..eb91117 100644 --- a/index.html +++ b/index.html @@ -28,6 +28,12 @@ +
+ + + Cargando... + +