Añadido aspecto de background dependiente de la cantidad de cartas

This commit is contained in:
2021-07-18 21:09:43 -03:00
parent db83233cf7
commit f8393623c2
4 changed files with 27 additions and 2 deletions

View File

@@ -32,6 +32,12 @@
$news_per_page = 10;
$result = bring_the_news_back_home($actual_page, $news_per_page, "../mySQLconnect.php");
if (count($result) <= 3) {
echo "<style>html {
background: rgb(157,211,255);
}</style>";
}