Basic HTML Table

Basic HTML Table ๐ŸŒ filename.html <table class="custom-table"> <thead> <tr> <th>#</th> <th>Name</th> <th>Email</th> <th>Status</th> </tr> </thead> <tbody> <tr> <td>1</td> <td>Abu Khoyer</td>

Read More ยป

border line animate

.animate_line{ position: relative; z-index: 1; } .animate_line:before { right: -5px; top: -4px; } .animate_line:after, .animate_line:before { content: “”; height: 4px;

Read More ยป