This commit is contained in:
Set Sakrecoer 2019-06-18 10:58:59 +02:00
parent 5d4c29ba96
commit a10fbf402b
2 changed files with 1 additions and 4 deletions

View file

@ -114,20 +114,17 @@ a:active {
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
overflow-x: hidden; overflow-x: hidden;
background-color: #fff; background: rgba(255, 255, 255, 0.1) url('/assets/img/bg.png');
} }
.column { .column {
flex: 1 0 320px; flex: 1 0 320px;
margin-left:5px; margin-left:5px;
margin-right: 5px; margin-right: 5px;
background: linear-gradient(90deg, rgb(255, 255, 255), rgb(240, 248, 247), rgb(255, 255, 255), rgb(230, 241, 239), rgb(255, 255, 255));
img { img {
float: left; float: left;
margin-right: 5px; margin-right: 5px;
} }
} }
#footer { #footer {
width:100%; width:100%;

BIN
assets/img/bg.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB