parent
fdf78ba150
commit
df211e5d4e
|
|
@ -39,6 +39,7 @@ This is a list of classless CSS themes and frameworks. "Classless" means a styl
|
|||
+ [Stylize.css](#stylizecss)
|
||||
+ [tacit](#tacit)
|
||||
+ [Tiny.css](#tinycss)
|
||||
+ [tty.css](#ttycss)
|
||||
+ [Tufte CSS](#tufte-css)
|
||||
+ [W3C Core Styles](#w3c-core-styles)
|
||||
+ [water.css](#watercss)
|
||||
|
|
@ -331,6 +332,14 @@ This is a list of classless CSS themes and frameworks. "Classless" means a styl
|
|||
[](screenshot/tiny.css-1-dark.png)
|
||||
|
||||
|
||||
### tty.css
|
||||
|
||||
* [Repository](https://github.com/piranna/tty.css)     
|
||||
* [Demo](https://piranna.github.io/tty.css/)
|
||||
|
||||
[](screenshot/tty.css.png)
|
||||
|
||||
|
||||
### Tufte CSS
|
||||
|
||||
* [Repository](https://github.com/edwardtufte/tufte-css)     
|
||||
|
|
|
|||
|
|
@ -275,6 +275,14 @@ website = ""
|
|||
screenshots = ["tiny.css-0-light.png", "tiny.css-1-dark.png"]
|
||||
tags = ["classless"]
|
||||
|
||||
["tty.css"]
|
||||
demo = "https://piranna.github.io/tty.css/"
|
||||
github = "piranna/tty.css"
|
||||
note = ""
|
||||
website = ""
|
||||
screenshots = ["tty.css.png"]
|
||||
tags = ["classless"]
|
||||
|
||||
["Tufte CSS"]
|
||||
demo = "https://edwardtufte.github.io/tufte-css/"
|
||||
github = "edwardtufte/tufte-css"
|
||||
|
|
|
|||
|
|
@ -4,10 +4,15 @@
|
|||
<head>
|
||||
<title>Lorem ipsum dolor sit amet</title>
|
||||
|
||||
<!-- <link rel="stylesheet" href="https://unpkg.com/normalize.css@8.0.1/normalize.css" type="text/css"> -->
|
||||
<style>
|
||||
%CSS_HERE%
|
||||
</style>
|
||||
<!-- <link rel="stylesheet" href="https://unpkg.com/normalize.css@8.0.1/normalize.css" type="text/css"> --><link
|
||||
href="https://unpkg.com/tty.css"
|
||||
rel="stylesheet"
|
||||
type="text/css"
|
||||
/> <link
|
||||
href="https://fontlibrary.org/face/gnu-unifont"
|
||||
rel="stylesheet"
|
||||
type="text/css"
|
||||
/>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 112 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 20 KiB |
Loading…
Reference in New Issue