Skip to content

Instantly share code, notes, and snippets.

content: "";
background: url('/wp-content/uploads/2017/05/tex2.png') repeat, rgba(189, 105, 130,0.3);
top: 0;
left: 0;
bottom: 0;
right: 0;
position: absolute;
z-index: 2;
content: "";
background: rgba(234, 232, 229, 0.6);
top: 0;
left: 0;
bottom: 0;
right: 0;
position: absolute;
z-index: 2;
content: "";
background: url('/wp-content/uploads/2017/05/tex1.png') repeat, rgba(239, 199, 3, 0.7);
top: 0;
left: 0;
bottom: 0;
right: 0;
position: absolute;
z-index: 2;
.et_mobile_menu {
overflow-y:scroll!important;
max-height:80vh!important;
-overflow-scrolling:touch!important;
-webkit-overflow-scrolling:touch!important;
}
margin-left: auto!important;
margin-right: auto!important;
transition: background-position 1.5s ease-out 0.5s;
background-position: top center;
background-size: 100% auto!important;
height: 100%;
background-repeat: no-repeat;
.slippery:hover {
background-position: bottom center!important;
transition: background-position 5s linear 0s;
}
<div class='console-container'><span id='text'></span><div class='console-underscore' id='console'>_</div></div>
<script type="text/javascript">
// function([string1, string2],target id,[color1,color2])
consoleText(['Divi Notes.', 'Divi Tips and Tricks', 'Made with Love.'], 'text',['#BD6983','tomato','lightblue']);
function consoleText(words, id, colors) {
if (colors === undefined) colors = ['#fff'];
var visible = true;
var con = document.getElementById('console');
var letterCount = 1;
var x = 1;
<style>
@import url(https://fonts.googleapis.com/css?family=Khula:700);
.hidden {
opacity:0;
}
.console-container {
font-family:Khula;
font-size:4em;
text-align:center;