Search
 
SCRIPT & CODE EXAMPLE
 

CSS

hr tag customize using css

hr {
  border-top: 2px solid black;
}
Comment

custom hr in css

<hr class="style-two">

/* Inset */

hr.style-two {
border: 0;
height: 0;
border-top: 1px solid rgba(0, 0, 0, 0.1);
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
Comment

PREVIOUS NEXT
Code Example
Css :: background color css rgb 
Css :: css change text spacing 
Css :: div not larger than its content 
Css :: text-color gradient css 
Css :: css stylistic alternates 
Css :: button onclick open video in new window 
Css :: screen orientation css 
Css :: how to rotate picture to the right in css 
Css :: remove accordion space materuail ui css 
Css :: add cursor to html button 
Css :: How to make a round corner in CSS 
Css :: padding top 
Css :: media screen desktop 
Css :: @font-face multiple font weights 
Css :: image right css 
Css :: underline css still there after text-decoration: none 
Css :: how to prevent select image in css 
Css :: stretch text to div width css 
Css :: vertical align span tailwindscss 
Css :: how to manage overflowing text in button 
Css :: scss breakpoints 
Css :: scroll bar on border radius element css 
Css :: move element in front of another css 
Css :: relative position div is overlapping fixed or sticky header 
Css :: no scrollbar tailwind 
Css :: align items center css 
Css :: font. to be thinner css 
Css :: delected blue border when an input is selected 
Css :: canvas disable antialiasing 
Css :: mettre image in the background 
ADD CONTENT
Topic
Content
Source link
Name
6+8 =