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
Please open Telegram to view this post
VIEW IN TELEGRAM
π22β€12π₯6
This media is not supported in your browser
VIEW IN TELEGRAM
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.
Please open Telegram to view this post
VIEW IN TELEGRAM
β€32π27π₯3
Please open Telegram to view this post
VIEW IN TELEGRAM
π20β€14π₯7
π
Figma: Designing with Variables and Conditionals
π Author: Joseph Labrecque
π° Level: Intermediate
β° Duration: 1h 1m
π Topics: Figma
π€ Join Webdev Training for more courses
π Learn how to design with flexibility using variables and conditionals in the collaborative design tool Figma.
Please open Telegram to view this post
VIEW IN TELEGRAM
π24π₯2β€1
Please open Telegram to view this post
VIEW IN TELEGRAM
π8π₯1
This media is not supported in your browser
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
β€27π13π₯4
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
π50β€13π₯6π2
π
CSS: Images
π Author: Morten Rand-Hendriksen
π° Level: Advanced
β° Duration: 2h 4m
π Topics: Cascading Style Sheets
π€ Join Webdev Training for more courses
π Learn how to manipulate images and shapes to create distinctive visual effects in CSS.
Please open Telegram to view this post
VIEW IN TELEGRAM
π11β€6
This layout is ideal for creating documentation pages or any website with a fixed-width sidebar for navigation and a flexible content area for displaying information.
Please open Telegram to view this post
VIEW IN TELEGRAM
π37β€11
In CSS, content that participates in inline layout is called inline-level content. Most text sequences, replaced elements, and generated content are inline-level by default.
Please open Telegram to view this post
VIEW IN TELEGRAM
π19β€βπ₯8π2