Skip to content

Instantly share code, notes, and snippets.

@wolfgunblood
Created June 28, 2023 18:44
Show Gist options
  • Save wolfgunblood/089f05053f1cc48f7f246a128b88d128 to your computer and use it in GitHub Desktop.
Save wolfgunblood/089f05053f1cc48f7f246a128b88d128 to your computer and use it in GitHub Desktop.
NFT preview
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- displays site properly based on user's device -->
<link rel="icon" type="image/png" sizes="32x32" href="./images/favicon-32x32.png">
<title>Frontend Mentor | NFT preview card component</title>
<!-- Feel free to remove these styles or customise in your own stylesheet 👍 -->
<style>
.attribution { font-size: 11px; text-align: center; }
.attribution a { color: hsl(228, 45%, 44%); }
</style>
</head>
<body>
Equilibrium #3429
Our Equilibrium collection promotes balance and calm.
0.041 ETH
3 days left
Creation of Jules Wyvern
<div class="attribution">
Challenge by <a href="https://www.frontendmentor.io?ref=challenge" target="_blank">Frontend Mentor</a>.
Coded by <a href="#">Your Name Here</a>.
</div>
</body>
</html>

Front-end Style Guide

Layout

The designs were created to the following widths:

  • Mobile: 375px
  • Desktop: 1440px

Colors

Primary

  • Soft blue: hsl(215, 51%, 70%)
  • Cyan: hsl(178, 100%, 50%)

Neutral

  • Very dark blue (main BG): hsl(217, 54%, 11%)
  • Very dark blue (card BG): hsl(216, 50%, 16%)
  • Very dark blue (line): hsl(215, 32%, 27%)
  • White: hsl(0, 0%, 100%)

Typography

Body Copy

  • Font size (paragraph): 18px

Font

  • Family: Outfit
  • Weights: 300, 400, 600
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment