RagDev Posted on Jul 27, 2021 Just made a form have buttons in HTML just add href="" in the to make it a button Top comments (1) Subscribe Personal Trusted User Create template Templates let you quickly answer FAQs or store snippets for re-use. Submit Preview Dismiss Collapse Expand RagDev RagDev RagDev Follow Joined Jul 27, 2021 • Jul 27 '21 • Edited on Dec 29 • Edited Dropdown menu Copy link Hide index.html style.css script.js assets td{ font-family: 'Roboto', sans-serif; background-color: black; color: white; border: black; } table{ background-color:black; color: black; border: black; } td:hover{ font-family: 'Roboto', sans-serif,'bold'; background-color: white; color: black; border: black; } Code of Conduct • Report abuse Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink. Hide child comments as well Confirm For further actions, you may consider blocking this person and/or reporting abuse
Top comments (1)
td{
font-family: 'Roboto', sans-serif;
background-color: black;
color: white;
border: black;
}
table{
background-color:black;
color: black;
border: black;
}
td:hover{
font-family: 'Roboto', sans-serif,'bold';
background-color: white;
color: black;
border: black;
}