From 64e05bc248cf826c44855b32e26efa5b0cd72dcf Mon Sep 17 00:00:00 2001 From: MartinXCVI Date: Thu, 30 May 2024 16:22:24 -0300 Subject: [PATCH] API reloj 'World Time API' --- css/styles.css | 15 +++++++++++++++ index.html | 8 ++++++++ js/apis/reloj.js | 19 +++++++++++++++++++ 3 files changed, 42 insertions(+) create mode 100644 js/apis/reloj.js 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... + +