MadBob
  • Home
  • About

css

A collection of 3 posts
Squeezing JS
laravel

Squeezing JS

I'm working on a website with hard requirements in SEO and performance, so I have to cut millisecond after millisecond to reduce the "Web Vitals" parameters (and in particular the so-called "Largest Contentful Paint"). And I've entered the magical world of automated
23 Nov 2021 2 min read
Boostrap Custom Display
css

Boostrap Custom Display

Trying to format a Bootstrap table for decent display on mobile screens, I wanted to hide the thead element below a certain breakpoint. I used the d-none d-md-block combo, then I realized that normally a thead should be in display: table-header-group. And there is no d-table-header-group rule in Bootstrap... I
16 Jul 2021 2 min read
javascript

Material Navigation

Recently I wanted to use the navigation transition suggested by the Material Design guidelines (the element into the list growns when selected) into a web page, but I've not been able to find any working example online. So I've managed to provide my own implementation. This
13 May 2019 5 min read
Page 1 of 1
MadBob © 2025
Powered by Ghost