Scuba Diving

Scuba diving, as a human activity, is the practice of descending below the water's surface to interact with the environment. Scuba divers use breathing equipment that is completely independent of a surface air supply.

.white-box {
container: inline-size;
}

@container size(max-width: 399px) {
.white-box p {
display: none; /* hide text */
}
}

@container size(min-width: 400px) {
.white-box p {
display: block; /* show text */
}
}

@container size(min-width: 600px) {
.post {
/* change post layout */
}
}