Kritika Pattalam Bharathkumar
Kritika's Blog

Kritika's Blog

Follow
homeHTMLJavaScriptCSSWeb DevelopmentSponsornewsletter
Series

CSS


Articles in this series

Drop CAP effect / Changing the style of the first letter in a paragraph using CSS.

Jul 25, 20212 min read 939 views

Drop cap effect using CSS explained · As part of this blog, we are going to see how we can style the first letter of a paragraph different from the...

Drop CAP effect / Changing the style of the first letter in a paragraph using CSS.

How to display content in multiple columns using CSS

Jun 27, 20214 min read 1.0K views

Break content into multiple columns using orphans or widows property in CSS · In this article, we are going to see how or when orphans or widows...

How to display content in multiple columns using CSS

2 Simple ways you can truncate text using CSS

Jun 15, 20212 min read 15.6K views

CSS Tricks on how to truncate text. · As part of this blog lets see two ways in which you can truncate a text using CSS 1) Truncate a single line text...

2 Simple ways you can truncate text using CSS