Skip to content

mhasbini/cyberstyle.css

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cyber Style

This style is inspired by Tesla Cybertruck design.

Demo

Here is a live demo.

Demo

Size

Compression Size
Normal
Gzip
Brotli

Usage

CyberStyle.css only provides components. You will need to define your own layout.

The recommended font for CyberStyle.css is Odibee Sans. Follow the Google Fonts instructions about how to include it, or simply include it as below:

<head>
    <link href="https://fonts.googleapis.com/css?family=Odibee+Sans&display=swap" rel="stylesheet">
    <link href="cyberstyle.min.css" rel="stylesheet" />

    <style>
      html, body, pre, code, kbd, samp {
          font-family: 'Odibee+Sans', sans-serif;
      }
    </style>
</head>

Releases

No releases published

Packages

 
 
 

Languages