<style>
.vl {
border-left: 6px solid green;
height: 500px;
}
</style>
<div class="vl"></div>
/*Please give a thumbs up if this was helpfull*/
.vl {
border-left: 6px solid green;
height: 500px;
}
/*How to center the vertical line in your page:*/
.vl {
border-left: 6px solid green;
height: 500px;
position: absolute;
left: 50%;
margin-left: -3px;
top: 0;
}
.left-content {
width: 50%;
align-self: flex-end;
position: relative;
}
.left-content::after {
content: "";
background-color: black;
position: absolute;
width: 10px;
height: 57%;
top: 0px;
left: 0px;
margin: 0 -30px;
}
Code Example |
---|
Css :: css image size scale to fit |
Css :: css for paragraph beautiful |
Css :: mix color using css |
Css :: import tailwind |
Css :: twig date modify |
Css :: css nth child |
Css :: wordpress style.css |
Css :: force css style in angular |
Css :: css text rotate |
Css :: responsive table in tailwind css |
Css :: remove contact form 7 css |
Css :: css table th width |
Css :: import font css from url |
Css :: how to css in jquery |
Css :: select two stuffes css |
Css :: auto margin in css |
Css :: how to stretch a font taller css |
Css :: add drop shadow css |
Css :: lynx install bash |
Css :: tile format css |
Css :: css font-variant |
Css :: css background property |
Css :: font family css |
Css :: zero two hair color code |
Css :: change order columns bootstrap |
Css :: css text-decoration |
Css :: move text in a padding css |
Css :: open sublime text 3 from terminal mac |
Css :: simple font-face mixin scss |
Css :: fixed position css |