Skip to content

Instantly share code, notes, and snippets.

@umutyerebakmaz
Created January 11, 2021 14:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save umutyerebakmaz/93eafd195469e54c31529ebf056f7b5c to your computer and use it in GitHub Desktop.
Save umutyerebakmaz/93eafd195469e54c31529ebf056f7b5c to your computer and use it in GitHub Desktop.
An example zero error to add infinite dynamic border box
.used-biocidal-box {
border: 1px solid #dddfe2;
padding: 10px 10px;
font-family: 'SF UI Display', sans-serif;
font-size: 14px;
}
.used-biocidal-box:not(:first-child) {
border-top: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment