Little fix for background on highlight

This commit is contained in:
CommanderRedYT
2020-12-01 04:55:42 +01:00
parent 3e3e2774c2
commit 3049ab7ddf
2 changed files with 81 additions and 111 deletions

View File

@@ -8,6 +8,14 @@
body {
transition: background 0.4s cubic-bezier(.86,0,.07,1), color 0.4s cubic-bezier(.86,0,.07,1);
background-color: #fff;
}
div.highlight {
background-color: rgba(165, 165, 165, 0.372);
width: 101.65%;
margin-left: -15px;
margin-right: -15px;
}
nav {

View File

@@ -17,46 +17,27 @@ require('includes/header.php');
</div>
<div class="col-sm text-left">
<br />
<img
src="./img/peterXfeedc0de.jpg"
style="
<img src="./img/peterXfeedc0de.jpg" style="
max-height: 600px;
border: 2px;
border-style: ridge;
border-color: gray;
"
class="d-inline-block shadow rounded img-fluid"
alt=""
loading="lazy"
draggable="false"
ondragstart="return false;"
/>
" class="d-inline-block shadow rounded img-fluid" alt="" loading="lazy" draggable="false" ondragstart="return false;" />
</div>
</div>
<br />
<br />
<div
class="container-fluid text-center"
style="background-color: rgba(165, 165, 165, 0.372)"
>
<div class="container-fluid text-center highlight">
<div class="container-fluid">
<div class="row">
<div class="col-sm text-right vert">
<br />
<img
src="./img/bobbycars.png"
style="
<img src="./img/bobbycars.png" style="
max-height: 600px;
border: 2px;
border-style: ridge;
border-color: gray;
"
class="d-inline-block shadow rounded img-fluid"
alt=""
loading="lazy"
draggable="false"
ondragstart="return false;"
/>
" class="d-inline-block shadow rounded img-fluid" alt="" loading="lazy" draggable="false" ondragstart="return false;" />
</div>
<div class="col-sm text-left">
<br />
@@ -80,46 +61,28 @@ require('includes/header.php');
</div>
<div class="col-sm text-left">
<br />
<img
src="./img/feedcode-bobbycar-1.jpg"
style="
<img src="./img/feedcode-bobbycar-1.jpg" style="
max-height: 600px;
border: 2px;
border-style: ridge;
border-color: gray;
"
class="d-inline-block shadow rounded img-fluid"
alt=""
loading="lazy"
draggable="false"
ondragstart="return false;"
/>
" class="d-inline-block shadow rounded img-fluid" alt="" loading="lazy" draggable="false" ondragstart="return false;" />
</div>
</div>
<br />
<br />
<div
class="container-fluid text-center"
style="background-color: rgba(165, 165, 165, 0.372)"
>
</div>
<div class="container-fluid text-center highlight">
<div class="container-fluid">
<div class="row">
<div class="col-sm text-right vert">
<br />
<img
src="./img/party.jpg"
style="
<img src="./img/party.jpg" style="
max-height: 600px;
border: 2px;
border-style: ridge;
border-color: gray;
"
class="d-inline-block shadow rounded img-fluid"
alt=""
loading="lazy"
draggable="false"
ondragstart="return false;"
/>
" class="d-inline-block shadow rounded img-fluid" alt="" loading="lazy" draggable="false" ondragstart="return false;" />
</div>
<div class="col-sm text-left">
<br />
@@ -137,5 +100,4 @@ require('includes/header.php');
</div>
<br />
</div>
</div>
<?php require('includes/footer.php'); ?>