Skip to Content
Sign in
Susomejias

Susomejias

29 posts

Previous Posts
text-transform property | CSS3

text-transform property | CSS3

This property will allow us to capitalize, upper case and lower case any text using CSS.

Avoiding IF nesting

Avoiding IF nesting

Tip to improve the readability of our code. We will achieve this by using guard clauses which will help us avoid this IF nesting.

Customizing styles for ordered list | HTML + CSS

Customizing styles for ordered list | HTML + CSS

Learn how to add styles to an ordered list in HTML5 using CSS3.

Translations for React using i18n hook

Translations for React using i18n hook

How to add translations to a project built with React.