Skip to content

Instantly share code, notes, and snippets.

@sundicide
Created June 26, 2022 21:34
Show Gist options
  • Select an option

  • Save sundicide/bb56db5d5a5eac87c6eb17665bae7a69 to your computer and use it in GitHub Desktop.

Select an option

Save sundicide/bb56db5d5a5eac87c6eb17665bae7a69 to your computer and use it in GitHub Desktop.
p.original {
width: 80%;
min-width: 100px;
max-width: 500px;
}
p.with-clamp {
width: clamp(100px, 80%, 500px);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment