HTML – Paolo Redaelli https://monodes.com/predaelli A civil engineer with a longlife fondness for Software Libero Wed, 21 May 2025 16:04:51 +0000 en-US hourly 1 https://wordpress.org/?v=6.7.2 91795679 Drop Caps | CSS-Tricks https://monodes.com/predaelli/2025/05/21/drop-caps-css-tricks/ https://monodes.com/predaelli/2025/05/21/drop-caps-css-tricks/#respond Wed, 21 May 2025 16:04:48 +0000 https://monodes.com/predaelli/?p=13395 Drop Caps | CSS-Tricks

]]>
https://monodes.com/predaelli/2025/05/21/drop-caps-css-tricks/feed/ 0 13395
CSS for printing to paper https://monodes.com/predaelli/2024/03/05/css-for-printing-to-paper/ https://monodes.com/predaelli/2024/03/05/css-for-printing-to-paper/#respond Tue, 05 Mar 2024 21:18:36 +0000 https://monodes.com/predaelli/?p=11412 CSS for printing to paper

I do like articles explaining how to use CSS for printing!

]]>
https://monodes.com/predaelli/2024/03/05/css-for-printing-to-paper/feed/ 0 11412
CSS Infinite 3D Sliders https://monodes.com/predaelli/2022/12/26/css-infinite-3d-sliders/ https://monodes.com/predaelli/2022/12/26/css-infinite-3d-sliders/#respond Mon, 26 Dec 2022 10:25:27 +0000 https://monodes.com/predaelli/?p=10151 CSS Infinite 3D Sliders

CSS-Tricks is really a huge treasure

]]>
https://monodes.com/predaelli/2022/12/26/css-infinite-3d-sliders/feed/ 0 10151
Minding the “gap” | CSS-Tricks https://monodes.com/predaelli/2021/09/29/minding-the-gap-css-tricks/ https://monodes.com/predaelli/2021/09/29/minding-the-gap-css-tricks/#respond Wed, 29 Sep 2021 19:16:00 +0000 https://monodes.com/predaelli/?p=8729

You might already know about the CSS gap property. It isn’t exactly new, but it did gain an important new ability last year: it now works in Flexbox in

Source: Minding the “gap” | CSS-Tricks

]]>
https://monodes.com/predaelli/2021/09/29/minding-the-gap-css-tricks/feed/ 0 8729
5 Awesome CSS tricks https://monodes.com/predaelli/2021/05/04/5-awesome-css-tricks/ https://monodes.com/predaelli/2021/05/04/5-awesome-css-tricks/#respond Tue, 04 May 2021 19:08:00 +0000 https://monodes.com/predaelli/?p=8400

Do awesome things in fewer code lines with CSS

Source: 5 Awesome CSS tricks every developer should know | by FAM | Apr, 2021 | Level Up Coding

]]>
https://monodes.com/predaelli/2021/05/04/5-awesome-css-tricks/feed/ 0 8400
2 CSS Tricks You Must Know 2021 https://monodes.com/predaelli/2021/03/26/2-css-tricks-you-must-know-2021/ https://monodes.com/predaelli/2021/03/26/2-css-tricks-you-must-know-2021/#respond Thu, 25 Mar 2021 23:16:27 +0000 https://monodes.com/predaelli/?p=8272 Taken from https://www.youtube.com/watch?v=dVnzbPOeDYk

The video from CodeWellTech propose also Google Fonts. But we should lower our dependency on the great mother-in-law.

]]>
https://monodes.com/predaelli/2021/03/26/2-css-tricks-you-must-know-2021/feed/ 0 8272
A table with both a sticky header and a sticky first column https://monodes.com/predaelli/2021/03/01/a-table-with-both-a-sticky-header-and-a-sticky-first-column/ https://monodes.com/predaelli/2021/03/01/a-table-with-both-a-sticky-header-and-a-sticky-first-column/#respond Mon, 01 Mar 2021 19:50:28 +0000 https://monodes.com/predaelli/2021/03/01/a-table-with-both-a-sticky-header-and-a-sticky-first-column/ https://css-tricks.com/a-table-with-both-a-sticky-header-and-a-sticky-first-column/

]]>
https://monodes.com/predaelli/2021/03/01/a-table-with-both-a-sticky-header-and-a-sticky-first-column/feed/ 0 8217
Let’s use one of them https://monodes.com/predaelli/2021/01/14/lets-use-one-of-them/ https://monodes.com/predaelli/2021/01/14/lets-use-one-of-them/#respond Thu, 14 Jan 2021 20:48:00 +0000 https://monodes.com/predaelli/?p=8083 Some months ago I posted a quick note about the Amazing Templates found on html5up.net. If you call almost four years “some months”. Now I think I shall pick one of them and turn it into a WordPress theme for my parish, so I might learn something. I think they might like:

]]>
https://monodes.com/predaelli/2021/01/14/lets-use-one-of-them/feed/ 0 8083
CSS Pseudo-Selectors You Might Have Missed – Bits and Pieces https://monodes.com/predaelli/2020/06/08/css-pseudo-selectors-you-might-have-missed-bits-and-pieces/ https://monodes.com/predaelli/2020/06/08/css-pseudo-selectors-you-might-have-missed-bits-and-pieces/#respond Mon, 08 Jun 2020 20:27:40 +0000 https://monodes.com/predaelli/?p=7323

Useful CSS pseudo-classes that are often overlooked.

Source: CSS Pseudo-Selectors You Might Have Missed – Bits and Pieces

]]>
https://monodes.com/predaelli/2020/06/08/css-pseudo-selectors-you-might-have-missed-bits-and-pieces/feed/ 0 7323
Borders https://monodes.com/predaelli/2020/02/22/borders/ https://monodes.com/predaelli/2020/02/22/borders/#respond Sat, 22 Feb 2020 14:02:00 +0000 https://monodes.com/predaelli/?p=6710 I do like Gutenberg, the “next-gen” WordPress editor. Yet it is still in its infancy as there are many little graphical customization that its basic blocks does not allow for. Neither the old editor allowed them, I must acknoledge, but you could switch to the HTML code and add a <div style="border: red double thick;"> to get something like

I could keep doing it but I would have lost all the ease-of-use that Gutenberg bring us. So a quick search with my favourite duck told me to try “Multipurpose Gutenberg Block” as it allow to define borders, padding, background gradients and so on.

https://wordpress.org/plugins/multipurpose-block/

I hope all those features will come to basic Gutenberg blocks. But they won’t be “basic” anymore and most probably they won’t came as all those features would add too many sliders and options to the “paragraph” block.

Many WordPress developers would not like all that complexity as it is often unneeded. And unneeded complexity makes software harder to use and slower.

I also suspect that those borders aren’t stylish enough, according to “modern webpage typesetting”. Oh, all those fashions! Don’t show pages like “Space Jam” to young web developers: they could die on the spot for the shock!

‘Space Jam’ Forever: The Website That Wouldn’t Die

]]>
https://monodes.com/predaelli/2020/02/22/borders/feed/ 0 6710