From 5c7ab566a8402d4c851caf7b755134c2a9c5ab92 Mon Sep 17 00:00:00 2001 From: InigoGutierrez Date: Sat, 30 Oct 2021 23:48:26 +0200 Subject: =?UTF-8?q?Arreglada=20visualizaci=C3=B3n=20de=20fotos=20en=20art?= =?UTF-8?q?=C3=ADculo.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- "art\303\255culos/kyria.html" | 1 + "art\303\255culos/styleArticles.css" | 11 +++++++++++ 2 files changed, 12 insertions(+) create mode 100644 "art\303\255culos/styleArticles.css" (limited to 'artículos') diff --git "a/art\303\255culos/kyria.html" "b/art\303\255culos/kyria.html" index 1e93d48..0e98890 100644 --- "a/art\303\255culos/kyria.html" +++ "b/art\303\255culos/kyria.html" @@ -6,6 +6,7 @@ Construyendo un teclado +

Construyendo un teclado

diff --git "a/art\303\255culos/styleArticles.css" "b/art\303\255culos/styleArticles.css" new file mode 100644 index 0000000..fe8e3f3 --- /dev/null +++ "b/art\303\255culos/styleArticles.css" @@ -0,0 +1,11 @@ +img { + display: block; + margin: auto; + width: 95%; +} + +figcaption { + padding: 1em; + text-align: center; + font-style: oblique; +} -- cgit v1.2.1