Skip to content

zichunzhong/otter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

otter

All of the otther stuff, including Bruno CSS.

B.CSS (Bruno CSS)

Bruno CSS is a CSS & JavaScript platform for making webpages.

<html>
  <head>
    <!-- From my cdn (Recommended) -->
    <link rel="stylesheet" href="https://brunozhon.github.io/otter/cdn/bcss/major-version.minor-version.patch-version/b.min.css" /> <!-- I use this method for this repostory -->
    <script type="text/css" src="https://brunozhon.github.io/otter/cdn/bcss/major-version.minor-version.patch-version/b.min.css"></script>
    <!-- Download (Not recommended for low-memory devices) -->
    <link rel="stylesheet" href="path/to/css/file/b.min.css" />
    <script type="text/css" src="path/to/css/file/b.min.css"></script>
  </head>
  <body>
    <!-- ... -->
  </body>
</html>
| = End of document
---
| Very long lines with spaces should break at the end of the document |
| and continue on the next. Butthistextwillnotbecauseitisthedefaultbeh|aviorofcssitbreakesatspacesanditisveryveryveryveryveryveryveryveryveryveryverylonglonglonglong

All diffrent kinds of BCSS:

<html>
  <head>
    <!-- 1.0.0 release -->
    <link rel="stylesheet" href="https://brunozhon.github.io/otter/cdn/bcss/1.0.0/b.min.css" /> <!-- BCSS default -->
    <link rel="stylesheet" href="https://brunozhon.github.io/otter/cdn/bcss/1.0.0/colors.css" /> <!-- BCSS colors -->
    <!-- 1.1.0 release -->
    <link rel="stylesheet" href="https://brunozhon.github.io/otter/cdn/bcss/1.1.0/2019/2019.css" /> <!-- BCSS 2019 top colors -->
  </head>
</html>

Surport this project!

Packages

No packages published

Languages

  • HTML 82.0%
  • CSS 18.0%