Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

TaniCSS/Tani

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

23 Commits

Repository files navigation

TaniCSS

Tani is a modern CSS framework that provides a comprehensive set of utility classes and components to build responsive, beautiful web interfaces quickly and efficiently.

Installation

Download the CSS file and include it in your project:

<link rel="stylesheet" href="./dist/css/tani.css">

Usage

<!DOCTYPE html>
<html lang="en">
<head>
 <meta charset="UTF-8">
 <meta name="viewport" content="width=device-width, initial-scale=1.0">
 <title>Tani CSS</title>
 <link rel="stylesheet" href="./dist/css/tani.css">
</head>
<body>
 <div class="container">
 <h1 class="text-center">Hello, Tani!</h1>
 <button class="btn btn-primary">Click Me</button>
 </div>
</body>
</html>

AltStyle によって変換されたページ (->オリジナル) /