diff options
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; +} |