3 Ways to Hide an Element (HTML / CSS) 24 April 2022 minute reading Hiding an element in web pages is sometimes necessary or we use this for an instant (or temporary) fix. Lets examine the most common types of element hiding in web pages. Our first two are going be CSS attributes: display: none and visibility: hidden Even though most of us already use these, let’s sum up […]
CSS Truncate – Single Line / Multiple Lines 30 March 2022 minute reading While there are ways to truncate a long text with coding, we can also use CSS to Truncate texts. For cutting the text, which is longer than the width of the area we want it to use, I suggest you to apply the CSS Truncate methods. For your needs, you may choose from a one […]