CSS

Size
2,419 Kb
Views
10,120

How do I make an css?

What is a css? How do you make a css? This script and codes were developed by Andrey Shchekin on 15 November 2022, Tuesday.

CSS Previews

CSS - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>CSS</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <style> /* NOTE: The styles were added inline because Prefixfree needs access to your styles and they must be inlined if they are on local disk! */ @import url(https://fonts.googleapis.com/css?family=Lily+Script+One);
* { box-sizing: border-box;
}
html, body { height: 100%;
}
body { display: flex; font-family: 'Lily Script One', cursive; justify-content: center; align-items: center;
}
.container { font-size: 600%; animation: container 0.25s 1s linear forwards; margin-top: 0.5em; margin-left: -2em;
}
.word { display: inline-block; position: relative; animation: word 0.25s 1s linear forwards; margin-right: 0em; color: red;
}
.word * { color: #000;
}
.word .rest { position: absolute; overflow: hidden;
}
.word .rest * { display: inline-block; transform: translateX(-110%); animation: rest 0.25s 1.25s linear forwards;
}
@keyframes container { from { transform: rotate(0); } to { transform: rotate(75deg); }
}
@keyframes word { from { transform: rotate(0); } to { transform: rotate(-90deg); margin-right: 0.4em; }
}
@keyframes rest { from { transform: translateX(-110%); } to { transform: translateX(0); }
} </style> <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
</head>
<body> <span class="container"> <span class="word">C<span class="rest"><span>reate</span></span></span><!--
--><span class="word">S<span class="rest"><span>imple</span></span></span><!--
--><span class="word">S<span class="rest"><span>tuff</span></span></span>
</span>
</body>
</html>

CSS - Script Codes CSS Codes

@import url(https://fonts.googleapis.com/css?family=Lily+Script+One);
* { box-sizing: border-box;
}
html, body { height: 100%;
}
body { display: flex; font-family: 'Lily Script One', cursive; justify-content: center; align-items: center;
}
.container { font-size: 600%; animation: container 0.25s 1s linear forwards; margin-top: 0.5em; margin-left: -2em;
}
.word { display: inline-block; position: relative; animation: word 0.25s 1s linear forwards; margin-right: 0em; color: red;
}
.word * { color: #000;
}
.word .rest { position: absolute; overflow: hidden;
}
.word .rest * { display: inline-block; transform: translateX(-110%); animation: rest 0.25s 1.25s linear forwards;
}
@keyframes container { from { transform: rotate(0); } to { transform: rotate(75deg); }
}
@keyframes word { from { transform: rotate(0); } to { transform: rotate(-90deg); margin-right: 0.4em; }
}
@keyframes rest { from { transform: translateX(-110%); } to { transform: translateX(0); }
}
CSS - Script Codes
CSS - Script Codes
Home Page Home
Developer Andrey Shchekin
Username ashmind
Uploaded November 15, 2022
Rating 3
Size 2,419 Kb
Views 10,120
Do you need developer help for CSS?

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!

Andrey Shchekin (ashmind) Script Codes
Create amazing art & images 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!