Skip to content

trnwrckd/gradient-border

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Gradient border using Pseudo Elements

  • Because the border-image attribute doesn't work with border radius
  • Place the pseudo element with absolute positioning

Steps

  • On the main element, set the gradient background

  • On the pseudo element,

width: calc(100% - 10px);
height: calc(100% - 10px);

is equivalent to border: 5px solid gradient()

  • use inset: 5px to center the pseudo element

About

border-color: linear-gradient( )

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published