-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a13d658
commit e2820e9
Showing
5 changed files
with
50 additions
and
4 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
|
||
<link rel="stylesheet" href="../../css/super.css"> | ||
<link rel="shortcut icon" href="../../svg/logo circle.png" type="image/x-icon"> | ||
<title>superCSS Examples</title> | ||
</head> | ||
|
||
<body class="over-xhide"> | ||
<div class="sticky"> | ||
<nav class="nav bg-red3"> | ||
<a href="../../">Home</a> | ||
<a href="">Docs</a> | ||
<a href="./">Examples</a> | ||
</nav> | ||
</div> | ||
|
||
<div class="p-10"> | ||
<h1>Documentation</h1> | ||
<p> | ||
superCSS is a vast library with many standards and styles, | ||
you can now find all of the official documentation here!</p> | ||
</div> | ||
|
||
<div class="p-1 flex-center column space-around"> | ||
<a href="" class="m-1 rounded box t-white bg-blue1">Text</a> | ||
<a href="" class="m-1 rounded box t-white bg-blue1">Backgrounds</a> | ||
<a href="" class="m-1 rounded box t-white bg-blue1">Shadows</a> | ||
<a href="" class="m-1 rounded box t-white bg-blue1"></a> | ||
<a href="" class="m-1 rounded box t-white bg-blue1"></a> | ||
</div> | ||
|
||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters