Get Some Zen

Developer
Size
2,475 Kb
Views
24,288

How do I make an get some zen?

What is a get some zen? How do you make a get some zen? This script and codes were developed by AppleCrazy on 23 September 2022, Friday.

Get Some Zen Previews

Get Some Zen - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Get Some Zen</title> <link rel='stylesheet prefetch' href='https://fonts.googleapis.com/css?family=Roboto:100'>
<link rel='stylesheet prefetch' href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css'> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="tweet"><i class="fa fa-twitter"></i></div>
<div class="container" onclick="zenFresh()"> <div class="zen">Zen is loading...</div>
</div> <script src='https://code.jquery.com/jquery-2.2.4.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

Get Some Zen - Script Codes CSS Codes

body { width: 100vw; height: 100vh; margin: 0; background: linear-gradient(to bottom, #1ad6fd 0%,#1d62f0 100%); overflow: hidden;
}
.container { font-family: 'San Francisco Display' , Roboto, sans-serif; color: white; display: flex; align-items: center; justify-content: center; width: 100vw; height: 100vh; user-select: none; -webkit-user-select: none; -ms-user-select: none; -webkit-touch-callout: none; cursor: default; -khtml-user-select: none; -moz-user-select: none;
}
.zen { font-size: 3vw; font-weight: 100; text-align: center;
}
@media (max-width: 600px) { .zen { font-size: 5vh; }
}
.tweet { position: fixed; right: 10px; bottom:10px; text-align: center; font-family: 'San Francisco Display' , Roboto, sans-serif; color: white; width: 50px; height: 50px; font-size: 40px; z-index: 1000000; cursor: pointer;
}
.tweet:hover { color: #1DA1F2;
}

Get Some Zen - Script Codes JS Codes

var apis = { epic: "https://api.adviceslip.com/advice", current: null
};
var currentQ = "";
function tweetCurrent() { window.open('https://twitter.com/intent/tweet?hashtags=quotes&text=' + encodeURI('"' + currentQ + '" from https://goo.gl/2Uvqes'));
}
function setZen(txt) { $(".zen").fadeOut(1000).promise().done(function() { $(".zen").text(txt).promise().done(function() { $(".zen").fadeIn(1000); }); });
}
function zenFresh() { $.getJSON( "http://api.adviceslip.com/advice", function( data ) { currentQ = data.slip.advice; setZen(currentQ); }) .error(function(jqXHR, textStatus, errorThrown) { setZen("
Get Some Zen - Script Codes
Get Some Zen - Script Codes
Home Page Home
Developer AppleCrazy
Username applecrazy
Uploaded September 23, 2022
Rating 3
Size 2,475 Kb
Views 24,288
Do you need developer help for Get Some Zen?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

AppleCrazy (applecrazy) Script Codes
Create amazing blog posts with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!