Further to the CSS themes of interest regarding yesterday’s CSS Variables Textarea Tutorial, today we continue that “theme” regarding …
CSS Image Clip and Shape Outside
… inspiration we got from this W3school very useful webpage, thanks.
With this work, there are two display aspects at play …
CSS Property | Applicability regarding Shape … | ||
---|---|---|---|
Circle | Ellipse | Polygon | |
clip-path | Yes | Yes | Yes |
shape-outside | Yes | Yes | No |
… which you can play around (again involving user input textarea CSS styling elements) with this first draft CSS Image Clip and Shape Outside web application …
Previous relevant CSS Variables Textarea Tutorial is shown below.
Today we’ve got a “proof of concept” CSS web application idea that is inspired by this W3school’s webpage, thanks, but adding user interaction functionality, regarding …
CSS @property variables
… bringing some Javascript feeling logic excitement to CSS styling smarts. You can try this user interactive approach with this first draft CSS @property variables web application …
If this was interesting you may be interested in this too.
If this was interesting you may be interested in this too.