Search
 
SCRIPT & CODE EXAMPLE
 

CSS

line through in css

x {
  text-decoration: line-through;
}
Comment

line through text css

text-decoration: line-through
Comment

line 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 :: how to write firefo specific css 
Css :: word wrap in css 
Css :: unclickable button 
Css :: how to print hello world with css 
Css :: android studio cardview background transparent 
Css :: how to remove underline from list item in html 
Css :: font semi bold css 
Css :: sass each index 
Css :: css system default font 
Css :: make div the size of the text inside 
Css :: laravel css image url 
Css :: comfirm before delete 
Css :: linux bash sort folders ascending 
Css :: position sticky css 
Css :: wpdb insert query 
Css :: css feather border 
Css :: text in circle css 
Css :: Hide scroll bar, but while still being able to scroll 
Css :: css clip text 
Css :: text shadow 
Css :: add padding to scrollbar 
Css :: css scaling border radius 
Css :: scroll bar on border radius element css 
Css :: sass darken 
Css :: how to push text to the right css 
Css :: ionic install font 
Css :: how to wrap text in css 
Css :: css ie11 only 
Css :: css styling images 
Css :: bootstrap 5 sidebar class 
ADD CONTENT
Topic
Content
Source link
Name
1+7 =