Horje
half border bottom Code Example
half border bottom
div {
    width: 500px;
    height: 100px;
    position: relative;
    padding-top: 20px;
    margin-top: 50px;
}

div::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 50%;
    left: 25%;
    border-top: 1px solid red;
}




Css

Related
wp wpbakery bulder page alignment Code Example wp wpbakery bulder page alignment Code Example
table td data in middle Code Example table td data in middle Code Example
add glow to image css Code Example add glow to image css Code Example
force element to bottom of page Code Example force element to bottom of page Code Example
how to do text center of select element Code Example how to do text center of select element Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
13