/cyberstyle.css

Css stylesheet inspired by Tesla Cybertruck

Primary LanguageCSSMIT LicenseMIT

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>