Search
 
SCRIPT & CODE EXAMPLE
 

CSS

horizontal line css before and after heading

h1::before,
h1::after {
    display: inline-block;
    content: "";
    border-top: .3rem solid black;
    width: 4rem;
    margin: 0 1rem;
    transform: translateY(-1rem);
}
Comment

PREVIOUS NEXT
Code Example
Css :: getting two scroll bars 
Css :: how to rotate image in css 
Css :: arrow left css 
Css :: bootstrap 4 input error 
Css :: how to add css using nativeelement in angular 
Css :: change default arrow icon for accordion in bootstrap 
Css :: RROR: PKGBUILD contains CRLF characters and cannot be sourced. 
Css :: css list items next to each other 
Css :: import tailwind 
Css :: how to write css in html 
Css :: flex align self 
Css :: css text align center 
Css :: responsive table in tailwind css 
Css :: box-shadow in css 
Css :: css z index 
Css :: jquery replace css class 
Css :: maximum length for input box 
Css :: CSS technique for a horizontal line with icons in the middle 
Css :: how to increase text height css 
Css :: rotate animation css 
Css :: @media query css 
Css :: sass folder structure 
Css :: css media query max width 
Css :: how to link css to html flask 
Css :: css make text closer together 
Css :: mapping and each in sass 
Css :: width 33 css 
Css :: ubuntu uninstall unity hub 
Css :: increase the distance between paragraphs css 
Css :: margin bottom not working 
ADD CONTENT
Topic
Content
Source link
Name
5+9 =