Veritas

Developer
Size
2,292 Kb
Views
18,216

How do I make an veritas?

What is a veritas? How do you make a veritas? This script and codes were developed by Tommy Dunn on 13 October 2022, Thursday.

Veritas Previews

Veritas - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>veritas</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="container">
<h1>veritas</h1>
</div> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

Veritas - Script Codes CSS Codes

body { background: dodgerblue;
}
.container { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 100vh;
}
h1 { text-transform: uppercase; font-size: 10em; color: white; text-shadow: 10px 10px 0 rgba(0, 0, 0, 0.2);
}
h1 span { position: relative; top: 0; -webkit-transition: all 1s; transition: all 1s;
}
h1 span:hover { top: -20px; -webkit-transition: all .2s ease-in-out; transition: all .2s ease-in-out; cursor: pointer;
}

Veritas - Script Codes JS Codes

// get the text
var text = $('h1').text();
// split the text and then join it back together
var spans = "<span>" + text.split('').join('</span><span>')+ "</span>";
// put it back into the h1
$('h1').html(spans);
Veritas - Script Codes
Veritas - Script Codes
Home Page Home
Developer Tommy Dunn
Username tommyldunn
Uploaded October 13, 2022
Rating 3
Size 2,292 Kb
Views 18,216
Do you need developer help for Veritas?

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!

Tommy Dunn (tommyldunn) Script Codes
Create amazing Facebook ads 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!