Skip to content

Commit

Permalink
Update broken files
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-the-programmer committed Nov 17, 2021
1 parent a13d658 commit e2820e9
Show file tree
Hide file tree
Showing 5 changed files with 50 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CSS/pad.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,9 @@ For development, please use this one, which will give you all of the newly pushe
```html
<link rel="stylesheet" href="https://raw.githack.com/The-superCSS-Project/superCSS/master/CSS/super.css">
```

<br>

# Documentation...

Find documentation at [the-super-css-project.github.io](https://the-super-css-project.github.io/pages/docs)
2 changes: 1 addition & 1 deletion Scripts/pad_margin.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ func genPadMargin(output string) string {
output += newline + ".mr-half{margin-right: .5vh;}"

for i := 0; i < 6; i++ {
output = _gen(output, 9)
output = _gen(output, i)
}

for i := 6; i < 20; i = i + 2 {
Expand Down
40 changes: 40 additions & 0 deletions pages/docs/index.html
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>
4 changes: 2 additions & 2 deletions pages/examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<link rel="stylesheet" href="https://raw.githack.com/The-superCSS-Project/superCSS/master/CSS/super.css">
<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>
Expand All @@ -15,7 +15,7 @@
<div class="sticky">
<nav class="nav bg-red3">
<a href="../../">Home</a>
<a href="">Docs</a>
<a href="../docs/">Docs</a>
<a href="./">Examples</a>
</nav>
</div>
Expand Down

0 comments on commit e2820e9

Please sign in to comment.