Search
 
SCRIPT & CODE EXAMPLE
 

CSS

title underline

h1 {
  display: inline-block;
  position: relative;
}
h1::after {
  content: '';
  position: absolute;
  left: 10%;
  display: inline-block;
  height: 1em;
  width: 70%;
  border-bottom: 1px solid;
  margin-top: 5px;
}
Comment

PREVIOUS NEXT
Code Example
Css :: add background video to div css 
Css :: css shrink image 
Css :: css font families 
Css :: container transparent text opaque 
Css :: padding css 
Css :: how to desactivate txt selection css 
Css :: css text overflow 
Css :: Media Query Smartphone Portrait 
Css :: width css 
Css :: css cursor size 
Css :: linux copy directory permissions to another directory 
Css :: css cursor delete 
Css :: center text in height css 
Css :: button transparent using css 
Css :: css list in line 
Css :: display flex css compatibility 
Css :: how to dedeclare a variable and use it in css 
Css :: css scroll fixed content 
Css :: estilos de button css 
Css :: remove horizontal scroll in small devices css 
Css :: flex decoration css 
Css :: css grid container 
Css :: general sibling selector 
Css :: in a form how to remove the input outerline color or shadow 
Css :: for...of...loop and NodeLists 
Css :: Unable to locate package neo4j 
Css :: aos makes screen unresponsive 
Css :: sass scale color 
Css :: body{text-align: center;} 
Css :: how to insert icons pseudo content 
ADD CONTENT
Topic
Content
Source link
Name
4+2 =