Add Blogo post

This commit is contained in:
arnaucube
2017-12-26 10:53:16 +01:00
parent a5f5573a22
commit f6cc0a4cb7
16 changed files with 814 additions and 0 deletions

11
blogo-input/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;
}