<!DOCTYPE html> <html> <head> <title>Check Box</title> </head> <body> <div class="list"> <h2>CSS Only Item Check List</h2> <label> <input type="checkbox" name=""> <i></i> <span>Lorem text is the dummy text for this site</span> </label> <label> <input type="checkbox" name=""> <i></i> <span>Lorem text is the dummy text for this site</span> </label> <label> <input type="checkbox" name=""> <i></i> <span>Lorem text is the dummy text for this site</span> </label> <label> <input type="checkbox" name=""> <i></i> <span>Lorem text is the dummy text for this site</span> </label> <label...
Comments
Post a Comment