Border-left and above border-bottom to make a border left and border
<html lang="en" dir="ltr"> <head> <meta charset="utf-8"> <title></title> </head> <body> <style media="screen"> .data { width:350px; height:20px; padding-left:6px; border-bottom:4px solid blue; background:linear-gradient(red,red) left/5px 100% no-repeat; } </style> <div class="data">test</div> </body> </html>
No comments:
Post a Comment