2
0

added library project

This commit is contained in:
2018-06-27 19:27:49 +02:00
parent 56a8142fbf
commit 86eab2066e
21 changed files with 909 additions and 37 deletions

View File

@@ -1,14 +1,5 @@
.canvas {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
overflow: hidden;
opacity: 0.2;
}
/**
* Copyright (C) 2018 Michael Czechowski
* Copyright (C) 2018 Michael Czechowski <mail@dailysh.it>
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free
* Software Foundation; version 2.
@@ -22,6 +13,15 @@
* this program; if not, write to the Free Software Foundation, Inc., 51
* Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
.canvas {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
overflow: hidden;
opacity: 0.2;
}
ul {
display: flex;

View File

@@ -1,5 +1,5 @@
/**
* Copyright (C) 2018 Michael Czechowski
* Copyright (C) 2018 Michael Czechowski <mail@dailysh.it>
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free
* Software Foundation; version 2.

View File

@@ -1,5 +1,5 @@
/**
* Copyright (C) 2018 Michael Czechowski
* Copyright (C) 2018 Michael Czechowski <mail@dailysh.it>
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free
* Software Foundation; version 2.