1.0.0 • Published 5 years ago

rotcss v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

rotcss

GitHub file size in bytes npm npm

A Markdown theme in React official website style.

ScreenShots

examples

Install

CDN

<!-- CDN Development (always latest) -->
<link rel="stylesheet" href="https://unpkg.com/rotcss" />
<!-- CDN Production (specific release) -->
<link rel="stylesheet" href="https://unpkg.com/rotcss@1.0.0" />

npm package

$ npm install rotcss

CSS import

@import url("https://unpkg.com/rotcss/dist/index.min.css");

Usage

HTML example

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <meta http-equiv="X-UA-Compatible" content="ie=edge" />
    <link rel="stylesheet" href="https://unpkg.com/rotcss" />
    <title>rotcss</title>
  </head>
  <body>
    <h1>XXXXX</h1>
  </body>
</html>

MarkDown example

# Your Name

> Career

Location

A few words to introduce yourself...

- [your email](email-address "email")
- [your website](website-url "website")
- [your linkedin](linkedin-url "linkedin")
- [your github](github-url "github")

<!-- If used orderly it will be horizontally aligned -->

1. [your email](email-address "email")
2. [your website](website-url "website")
3. [your linkedin](linkedin-url "linkedin")

<!-- This is the required split style -->

---

## Work Experience | Education | Projects

### Company | School | Project name

**Title**
_date_

Simple introduction...

- If necessary
- You can list it

## Skills

- Javascript
- TypeScript
- Whatever

License

MIT@vvni

1.0.0

5 years ago