Skip to content

Instantly share code, notes, and snippets.

@modos
Created August 5, 2022 10:42
Show Gist options
  • Save modos/3492c324cd917354938febf4eef78792 to your computer and use it in GitHub Desktop.
Save modos/3492c324cd917354938febf4eef78792 to your computer and use it in GitHub Desktop.
خالی های رنگی
body {
margin: 0;
}
.container {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 100vh;
width: 600px;
}
td:empty {
background-color: #AEB6BF;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment