Le Grall de l'animation CSS : faire passer un élément de display none height 0 à sa taille normale visible.
To feature detect browser support for the CSS :has() selector, you can use @supports(selector(…)). When doing so, it is important to include a valid selector as its argument. As I’ve tweeted before, you must pass a selector such as * into :has() when used in a feature query.
The scroll-padding-top property
The scroll-padding-top property is applied to the parent container and acts just like a CSS top padding, defining offsets from the top of the scrolling area.
scroll-padding-top: <value>;
Copy
You can use any px, em, rem, vh, %, etc. value, as well as auto, where the user agent determines the offset as 0px.
Donc pour compter le nombre d’octets, on va utiliser mb_strlen() en lui disant d’utiliser le code ASCII, pour qu’il compte un caractère par octet :
$chaine = 'héhé';
$taille = mb_strlen($chaine, 'ASCII'); // = 6
Donc comme ça les choses sont claires : dans tous les cas il faut utiliser mb_strlen(), et l’encodage passé en paramètre permet de connaître précisément l’intention du développeur :
UTF-8 pour compter les caractères
ASCII pour compter les octets
I want to share with you a quick way to make illustrations on your website work in both light and dark mode:
COPY
COPY
.dark .invert-on-dark {
filter: invert(1) hue-rotate(180deg);
}
Faire des blocs en diagonale sans que le texte déborde
Step 2: Use one of the following email addresses (note that Microsoft may remove this option at one point):
- no@thankyou.com, any password
- test@test.com, password test
- 1@1.com, password test
Option: Kill the Internet from the command line
Disabling the Internet connection temporarily during setup is another option. It works like the physical disruption of the Internet connection, but is more comfortable in many cases.
- Step 1: at the sign-in to a Microsoft account stage, press Shift-F10 to open a command prompt window.
- Step 2: Type ipconfig /release and activate the Enter-key. This marks the client's IP address as available. In other words: the PC is no longer connected to the Internet.
- Step 3: Close the command prompt window and activate the back button.
*Step 4: It is now possible to create a local account.
Reduce Cumulative Layout Shift (CLS) by adjusting web fonts and system font fallbacks using special @font-face descriptors.
With a unitless line-height, the value of the line-height is reevaluated for every single children based on said children’s font-size. Here the container is set to font-size:1rem; line-height:1.25. The <h1> gets a line height of 40px. The <p> gets a line height of 20px.
With a percentage line-height, the value of the line-height is evaluated once on the parent, and then applied at that exact same value for every children. Here the container is set to font-size:1rem; line-height:125%. The <h1> gets a line height of 20px. The <p> gets a line height of 20px.
Comment faire croire à des applications qui refusent de fonctionner si l'appareil est rooté que ce dernier ne l'est pas.
Pas si facile que ça centrer verticalement le texte dans un bouton
Pleins d'astuces sur les opérateurs de recherche de Google et leur utilisation dans des scénarios pratiques
You can use “-webkit-line-clamp” property to truncate the text to the specific number of lines. An ellipsis will be shown at the point where the text is clamped.
Saviez-vous qu'avez VLC, vous pouviez :
- Regarder des vidéos YouTube avec VLC
- Convertir une vidéo dans plusieurs formats
- Enregistrer ce que vous écoutez et regardez
- Télécharger les sous-titres automatiquement
- Faire des captures écrans
- Ajouter des effets à une vidéo
- Garder l’interface au premier plan
Liste de mots de passe par défaut pour une quantité impressionnante de matériels.