Rapidly build modern websites
without ever leaving your HTML.

A utility-first CSS framework packed with classes like flex, text-center and
 all-bg that can be composed to build any design, directly in your markup.
Get Started

Simple Code

<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link rel="stylesheet" href="file/perfectcss.min.css">
    <title>Simple code</title>
</head>
<body>
    <h1 class="text-center font-ceavt">Hello</h1>
</body>
</html>