Skip to content

5 - Fluid Typography - vanilla #338

Open
@FrontEndCoder23

Description

@FrontEndCoder23

styles.css

body {
  font-family: sans-serif;
}

:root {
  --minVw: 320px;
  --maxVw: 720px;
  --minSize: 16px;
  --maxSize: 32px;
}

h1 {
  font-size: clamp(var(--minSize), calc((var(--maxSize) - var(--minSize)) / (var(--maxVw) - var(--minVw)) * (100vw - var(--minVw)) + var(--minSize), var(--maxSize));
}

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions