8000 GitHub - css-ui/css-ui at v2.4.1
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Sep 5, 2019. It is now read-only.

css-ui/css-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSS UI

Codacy Badge

Basic styles for simple responsive websites.

Requirements

Installation

composer install

Demo

https://css-ui.github.io/

Quick start

<!DOCTYPE html>
<html lang="en">
<head>
	<!-- meta tags -->
	<meta charset="utf-8">
	<meta name="viewport" content="width=device-width, initial-scale=1">

	<!-- css -->
	<link rel="stylesheet" href="path/to/css/normalize.css">
	<link rel="stylesheet" href="path/to/css/cssui.css">

	<!-- website title -->
	<title>Hello, World!</title>
</head>
<body>
	<h1>Hello, World!</h1>
</body>
</html>

About

🎨 Basic styles for simple websites.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages

0