Search
 
SCRIPT & CODE EXAMPLE
 

CSS

btn glow on hover

.btn-glow:hover {
  box-shadow: rgba(var(--primary-color), 0.5) 0px 0px 20px 0px;
}
.btn {
  transition: all 0.3s ease;
}
Comment

PREVIOUS NEXT
Code Example
Css :: link text underline css none 
Css :: had to add a tint to a picture on css 
Css :: css lock scroll 
Css :: list elements vertically in html 
Css :: button transparent using css 
Css :: css calc vw minus px 
Css :: css inset 
Css :: CSS Text Shadow Effect( cool) 
Css :: display flex css compatibility 
Css :: border-width 
Css :: remove outline 
Css :: display in css 
Css :: @container 
Css :: text shadow css generator 
Css :: for...in...loop 
Css :: grid-column css 
Css :: materialize css 
Css :: css add circle to icon cart 
Css :: visited links do not change color 
Css :: content visability auto 
Css :: css materialize 
Css :: how to make gray ufing rgb in css 
Css :: Heart Shape Html And Css 
Css :: set css on parent element css 
Css :: remove black border css 
Css :: Responsive Web Design - Videos 
Css :: rgba colors 
Css :: aspect ratio css media query 
Css :: absolute positioning css 
Css :: pagination html css how to working 
ADD CONTENT
Topic
Content
Source link
Name
2+6 =