Add typewriter library, restructure and design

This commit is contained in:
Moris Zen
2018-08-24 00:08:54 +02:00
parent 2ba9fe23fd
commit bd3d3724da
19 changed files with 482 additions and 78 deletions

View File

@@ -16,10 +16,7 @@
}
.bg-saburly-light-header {
background: #393990;
@media (min-width: 992px) {
background: RGBA(248, 248, 248, 1);
}
background: RGBA(248, 248, 248, 1);
}
.bg-saburly-fadeout {
@@ -94,15 +91,14 @@
}
.border-bottom-saburly {
border-bottom: 2px solid #e3e3e3;
box-shadow: 0 6px 14px 0 rgba(51, 6, 13, 0.04),
0 2px 3px 0 rgba(51, 6, 13, 0.12);
}
.border-contact {
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.bg-saburly-light-header {
@media (max-width: 991px) {
box-shadow: 0 4px 2px -2px #777777;
}
.typed-cursor {
color: #8e7cb7;
}