Skip to content

Blog

Browse through our blog page filled with updated information and the latest tips to help you achieve your goals.


How to style a checkbox using CSS

How to style a checkbox using CSS

In this post I’l show you exactly how to make awesome checkboxes with just CSS. <div> ...
Placeholder Image

How to vertically center an element without Flex

How vertically center with Flex you can view Vertical align with a full screen across Tailwind...
How to horizontally center an element without Flex

How to horizontally center an element without Flex

Centered elements with Flex it is very easy to style, what about not use Flex? <div...
Change input’s placeholder color with CSS

Change input’s placeholder color with CSS

Most modern browsers support the simple pseudo-element: ::placeholder { color: #9400d3; } ...