Skip to content

Instantly share code, notes, and snippets.

@radarin
Last active February 18, 2024 03:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save radarin/497a49ee9077434ede51ef24866a0d0c to your computer and use it in GitHub Desktop.
Save radarin/497a49ee9077434ede51ef24866a0d0c to your computer and use it in GitHub Desktop.
CSS Sichtbarkeit
box.hidden {
visibility: hidden;
}
box.hidden {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment