Add blogo bin, add html templates, add generated public files

This commit is contained in:
arnaucube
2021-07-18 17:17:14 +02:00
parent d5b5ad6394
commit af23506cdc
48 changed files with 2040 additions and 0 deletions

11
public/css/style.css Normal file
View File

@@ -0,0 +1,11 @@
.o_gradient_background{
background-color: #222222;
background-image: url('../img/gradient-background-2560x1600.jpg');
background-position: center;
background-repeat: no-repeat;
background-attachment: fixed;
}
a {
text-decoration:none!important;
}