Listo el CSS del footer

This commit is contained in:
2021-07-18 00:15:05 -03:00
parent 88c9787858
commit db83233cf7
4 changed files with 39 additions and 3 deletions

View File

@@ -1 +1 @@
14
15

View File

@@ -1 +1 @@
./news/1.html ./news/2.html ./news/3.html ./news/4.html ./news/5.html ./news/6.html ./news/7.html ./news/8.html ./news/9.html ./news/10.html ./news/11.html ./news/12.html ./news/13.html ./news/14.html
./news/1.html ./news/2.html ./news/3.html ./news/4.html ./news/5.html ./news/6.html ./news/7.html ./news/8.html ./news/9.html ./news/10.html ./news/11.html ./news/12.html ./news/13.html ./news/14.html ./news/15.html

View File

@@ -116,7 +116,7 @@ function create_entry_in_DB($news_unique, $page, $author, $mySQLconnectRoute) {
break;
case $page === 'Infobae':
$title = get_string_between($content, '<html lang="es"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>', '- Infobae</title>');
$title = get_string_between($content, '<html lang="es"><head><title>', '- Infobae</title>');
$pre_icon = get_string_between($content, '<div class="visual__image ">', '</div>');
$icon = get_string_between($pre_icon, '992w,', ' 1200w" ');
$inner_HTML = get_string_between($content, '<section class="article-section page-container">', '</section>') . '<script id="script-estructurador" src="./scripts/infobae.js"></script>';

View File

@@ -122,4 +122,40 @@ header {
right: 0;
margin-right: 1vw;
color: #bbbbbb
}
.pagination {
display: flex;
justify-content: space-around;
margin-top: 2vh;
margin-bottom: 2vh;
margin-left: 2vw;
margin-right: 2vw;
}
.pagination a {
margin-left: 1vw;
margin-right: 1vw;
display: flex;
justify-content: center;
align-items: center;
height: 50px;
width: 50px;
border-radius: 5px;
background-color: #e7e7e7;
text-decoration: none;
color: #000000;
}
.pagination .page-disabled {
background-color: #5e5e5e;
}