Skip to content

Instantly share code, notes, and snippets.

@RomanMaksudov
Created February 5, 2024 12:51
Show Gist options
  • Save RomanMaksudov/9bedfc128213492800cb98f65af5d59f to your computer and use it in GitHub Desktop.
Save RomanMaksudov/9bedfc128213492800cb98f65af5d59f to your computer and use it in GitHub Desktop.
Display_none
<div class="red"></div>
<div class="yellow"></div>
<div class="green"></div>
div {
display:inline;
padding: 100px;
}
.red {
display: none;
background-color:red;
}
.yellow {
background-color:yellow;
}
.green {
background-color:green;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment