diff options
author | InigoGutierrez <inigogf.95@gmail.com> | 2021-10-30 23:48:26 +0200 |
---|---|---|
committer | InigoGutierrez <inigogf.95@gmail.com> | 2021-10-30 23:48:26 +0200 |
commit | 5c7ab566a8402d4c851caf7b755134c2a9c5ab92 (patch) | |
tree | b52a3f5794c01812e6de70aec0c68feb1e8bc187 /artículos/styleArticles.css | |
parent | 9a42d6ef25421bc2b434253259fc3f2808303b61 (diff) | |
download | taamas.xyz-5c7ab566a8402d4c851caf7b755134c2a9c5ab92.tar.gz taamas.xyz-5c7ab566a8402d4c851caf7b755134c2a9c5ab92.zip |
Arreglada visualización de fotos en artículo.
Diffstat (limited to 'artículos/styleArticles.css')
-rw-r--r-- | artículos/styleArticles.css | 11 |
1 files changed, 11 insertions, 0 deletions
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; +} |