Skip to content

Instantly share code, notes, and snippets.

@uicodee
Created October 7, 2024 12:18
Show Gist options
  • Select an option

  • Save uicodee/5cff4ace91b15d8a91694d092d9ae38e to your computer and use it in GitHub Desktop.

Select an option

Save uicodee/5cff4ace91b15d8a91694d092d9ae38e to your computer and use it in GitHub Desktop.
* {
margin: 0;
padding: 0;
font-family: "Poppins", sans-serif;
}
table {
border: none;
}
td {
font-size: 14px;
}
table,
th,
td {
padding: 20px;
border: 1px solid #ccc;
border-collapse: collapse;
background-color: #f7f7f7;
}
th {
font-weight: 500;
}
.tags {
display: flex;
column-gap: 5px;
}
.tags > span {
padding: 6px 10px;
border-radius: 5px;
font-size: 12px;
}
.pink {
background-color: #ffcff4;
}
.green {
background-color: #90fcb4;
}
.yellow {
background-color: #fff4ab;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment