Search
 
SCRIPT & CODE EXAMPLE
 

CSS

line sharpness css

hr.hr-1 {
  margin: 100px;
  border: 0;
  height: 1px;
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.75),
    rgba(0, 0, 0, 0)
  );
}
Comment

PREVIOUS NEXT
Code Example
Css :: horizontal scroll css images 
Css :: css size 
Css :: border radius color 
Css :: linear gradient not covering entire page 
Css :: z index 
Css :: selecting last child css 
Css :: how to increase font height css 
Css :: how to select child when hover on parent element css 
Css :: css circle shadow 
Css :: css font families 
Css :: overflow property 
Css :: css text overflow 
Css :: css gradient background 
Css :: animate progress tag css 
Css :: aligne center css 
Css :: on hover disabled cursor 
Css :: css background image not working 
Css :: css list in line 
Css :: using inline styling in React 
Css :: does boxshadow work 
Css :: call css html 
Css :: font stack css 
Css :: use CSS to add a bullet point 
Css :: white space in css 
Css :: in flex-wrap remove last item margin for every row 
Css :: facebook box-shadow css 
Css :: css flex add second row 
Css :: css print 
Css :: how to change the select arrow in css 
Css :: font color css 
ADD CONTENT
Topic
Content
Source link
Name
9+4 =