aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorInigoGutierrez <inigogf.95@gmail.com>2021-10-30 23:48:26 +0200
committerInigoGutierrez <inigogf.95@gmail.com>2021-10-30 23:48:26 +0200
commit5c7ab566a8402d4c851caf7b755134c2a9c5ab92 (patch)
treeb52a3f5794c01812e6de70aec0c68feb1e8bc187
parent9a42d6ef25421bc2b434253259fc3f2808303b61 (diff)
downloadtaamas.xyz-5c7ab566a8402d4c851caf7b755134c2a9c5ab92.tar.gz
taamas.xyz-5c7ab566a8402d4c851caf7b755134c2a9c5ab92.zip
Arreglada visualización de fotos en artículo.
-rw-r--r--artículos/kyria.html1
-rw-r--r--artículos/styleArticles.css11
2 files changed, 12 insertions, 0 deletions
diff --git a/artículos/kyria.html b/artículos/kyria.html
index 1e93d48..0e98890 100644
--- a/artículos/kyria.html
+++ b/artículos/kyria.html
@@ -6,6 +6,7 @@
Construyendo un teclado
</title>
<link rel="stylesheet" type="text/css" href="../css/style.css">
+<link rel="stylesheet" type="text/css" href="./styleArticles.css">
</head>
<body>
<h1 id="construyendo-un-teclado">Construyendo un teclado</h1>
diff --git a/artículos/styleArticles.css b/artículos/styleArticles.css
new file mode 100644
index 0000000..fe8e3f3
--- /dev/null
+++ b/artículos/styleArticles.css
@@ -0,0 +1,11 @@
+img {
+ display: block;
+ margin: auto;
+ width: 95%;
+}
+
+figcaption {
+ padding: 1em;
+ text-align: center;
+ font-style: oblique;
+}