From ddb59961a618b238e252fe6143a2938d249bae6c Mon Sep 17 00:00:00 2001 From: Francisco Pessano Date: Fri, 16 Jul 2021 21:23:17 -0300 Subject: [PATCH] Retoques --- news.css | 5 +++++ news.php | 11 ++++++++++- style.css | 9 +++++++-- 3 files changed, 22 insertions(+), 3 deletions(-) diff --git a/news.css b/news.css index 63ddb1a..bfdb090 100755 --- a/news.css +++ b/news.css @@ -92,4 +92,9 @@ article { margin-bottom: 2vh; padding-bottom: 1vh; border: solid #a1c7e0 1px ; +} + +figcaption { + color: #797979; + margin-bottom: 3vh; } \ No newline at end of file diff --git a/news.php b/news.php index 49694eb..bcd3c38 100755 --- a/news.php +++ b/news.php @@ -41,7 +41,16 @@
- Autor: | Pagina fuente: + $author | "; + } + + echo "Pagina fuente: $page_source"; + + ?> + +
diff --git a/style.css b/style.css index db64d8f..7322397 100755 --- a/style.css +++ b/style.css @@ -73,6 +73,7 @@ header { background-color: #ffffff; border-radius: 15px; display: flex; + position: relative; } .card .text { @@ -113,9 +114,13 @@ header { font-weight: lighter; font-size: 12.5pt; color: #797979; + margin-bottom: 1.5vh; } .card .source { - align-self: flex-end; - flex-grow: 1; + position: absolute; + bottom: 0; + right: 0; + margin-right: 1vw; + color: #bbbbbb } \ No newline at end of file