Continuum

Developer
Size
2,307 Kb
Views
10,120

How do I make an continuum?

Text effect. What is a continuum? How do you make a continuum? This script and codes were developed by Luuk Lamers on 22 January 2023, Sunday.

Continuum Previews

Continuum - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Continuum</title> <script src="https://s.codepen.io/assets/libs/modernizr.js" type="text/javascript"></script> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css"> <link rel="stylesheet" href="css/style.css">
</head>
<body> <!--<div class="continuum left">continuum</div>-->
<div class="continuum"><span>continuum</span></div>
<!--<div class="continuum right">continuum</div>--> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
</body>
</html>

Continuum - Script Codes CSS Codes

html { height: 100%;
}
body { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; font-family: sans-serif; -ms-flex-pack: distribute; justify-content: space-around; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; -ms-flex-line-pack: justify; align-content: space-between; width: 100%; height: 100%;
}
.continuum { color: #f9f9f9; display: block; font-size: 4em; line-height: 2em; padding: 0 3em; background: #f9f9f9; -webkit-animation: textspace 6s alternate infinite; animation: textspace 6s alternate infinite; text-align: center; text-shadow: 0 0 1px #000;
}
.continuum.left { text-align: left;
}
.continuum.right { text-align: right;
}
@-webkit-keyframes textspace { from { letter-spacing: -0.5em; color: transparent; }
}
@keyframes textspace { from { letter-spacing: -0.5em; color: transparent; }
}
Continuum - Script Codes
Continuum - Script Codes
Home Page Home
Developer Luuk Lamers
Username xaddict
Uploaded January 22, 2023
Rating 3.5
Size 2,307 Kb
Views 10,120
Do you need developer help for Continuum?

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!

Luuk Lamers (xaddict) Script Codes
Create amazing marketing copy 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!