diff options
Diffstat (limited to 'artículos')
-rw-r--r-- | artículos/kyria.html | 1 | ||||
-rw-r--r-- | artículos/styleArticles.css | 11 |
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; +} |