This style is inspired by Tesla Cybertruck design.
Here is a live demo.
Compression | Size |
---|---|
Normal | |
Gzip | |
Brotli |
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>