π° Drop Cap In CSS
π₯ In CSS, this can be achieved through the initial-letter property, with a value indicating the number of lines to drop the character to
This property works only inside the ::first-letter pseudo element (and some other exceptions)
This also supports a multi value syntax of the format initial-letter: 3 2; where 2 indicated to have the baseline at line 2 (leave a gap of one line)
β οΈ This is not widely supported and required a vendor prefix to work in all browsers
Drop cap is a typography technique where the first letter of a new chapter is dropped to occupy multiple lines. You may be familiar with this through books!
π₯ In CSS, this can be achieved through the initial-letter property, with a value indicating the number of lines to drop the character to
This property works only inside the ::first-letter pseudo element (and some other exceptions)
This also supports a multi value syntax of the format initial-letter: 3 2; where 2 indicated to have the baseline at line 2 (leave a gap of one line)
β οΈ This is not widely supported and required a vendor prefix to work in all browsers
This media is not supported in your browser
VIEW IN TELEGRAM
π° Adding custom cursors in CSS! π₯
The cursor property in CSS supports providing simple values, like 'pointer', for predefined cursors.
Or you can even plug in your own cursors!
This would look great in games, or special applications like spreadsheets, video editors etc.
The cursor property in CSS supports providing simple values, like 'pointer', for predefined cursors.
Or you can even plug in your own cursors!
This would look great in games, or special applications like spreadsheets, video editors etc.
Recently I got a quite a lot of questions on how to get started with React. The answer is to learn the fundamentals of JavaScript first (this applies to angular and vue as well). Here are some topics that might be useful to you
π1
π§Ώ Server Actions in React!!
Improve app performance by handling logic server-side.
π3
This media is not supported in your browser
VIEW IN TELEGRAM
β
Circle Image In CSSπ€©π₯
______
______