new index

fixed some browser sync settings
new index file
This commit is contained in:
Stephan Hagedorn 2017-09-27 08:27:36 +02:00
parent a4a1fbc14d
commit 010c8953c2
12 changed files with 116 additions and 18 deletions

View file

@ -90,6 +90,9 @@ textarea:not([disabled]):focus {
.height_basic {
height: 1024px; }
.height_full {
height: 100vh; }
.txt_center {
text-align: center !important; }
@ -413,9 +416,6 @@ ul li {
figure {
margin: 16px 2em; }
.box__page {
height: 100vh; }
.box__info {
padding: 16px 2em;
border-right: 8px solid rgba(82, 190, 209, 0.6);
@ -1252,6 +1252,25 @@ nav li {
.demo__query_example:after {
content: '1920px'; } }
.wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
height: 100%;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.hello {
-webkit-box-flex: 0;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
padding: 1em 5em;
background-color: rgba(0, 0, 0, 0.25); }
.test li::after {
content: "";
display: block;

File diff suppressed because one or more lines are too long