There is a newer version of Luda.

Let's go!

Visibility

Use visibility utilities to make an element visible or invisible.

Introduction

Visibility utilities are class for setting the value of the visiblity property. They can be used to hide or show an element without changing the layout of the element. If you want to show an element, add the .visible class to it. Oppositely, if you want to hide an element, add the .invisible class to it.

<div class="visible"></div>
<div class="invisible"></div>