The Guide To Responsive Design In 2023 and Beyond - Ahmad Shadeedhttps://ishadeed.com/article/responsive-design/
visual studio code - How do you delete lines with certain keywords in VScode - Stack Overflowhttps://stackoverflow.com/questions/51287097/how-do-you-delete-lines-with-certain-keywords-in-vscode
Hôtel Pasteur — Renneshttps://www.hotelpasteur.fr/
Laboratoire d'expérimentations à Rennes, on s'y teste de 3 heures à 3 mois gratuitement en contribuant à la vie et au soin du lieu.
Qu'est-ce que npm ?https://la-cascade.io/articles/npm-guide-1-npm
Ce que nous appelons 'npm' n'est pas vraiment une chose, mais un ensemble de choses qui fonctionnent ensemble pour nous faciliter le développement.
Using CSS Selectors In Javascript - DEV Community 👩💻👨💻https://dev.to/neutrino2211/using-css-selectors-in-javascript-3hlm
A guide to fully understanding CSS selectors in javascript. Tagged with css, javascript, html, webdev.
#www
How to Hide the Scrollbar in CSShttps://blog.hubspot.com/website/hide-scrollbar-css
Learn how to hide the scrollbar in CSS, plus how to disable scrolling or keep scrolling enabled on your website. #www
Online @font-face generator — Transfonterhttps://transfonter.org/
This tool converts any TTF, OTF, WOFF, WOFF2 or SVG fonts to css @font-face formats with CSS and HTML sample files.
svmorganhttp://www.svmorgan.com/
Sam Morgan | Web Developer | Melbourne
Super Useful CSS Resources 🌈 - DEV Community 👩💻👨💻https://dev.to/lissy93/super-useful-css-resources-1ba3
The ultimate list of 70+ web-based CSS tools that every frontend developer should have bookmarked!. Tagged with css, webdev, opensource, codenewbie.
Mettre en place dans Gutenberg un rendu cohérent avec les pages du sitehttps://sebastien-meric.com/wordpress-gutenberg-feuille-de-style-editeur/
Personnaliser les pages d'édition des types de contenus (ou post types) afin qu'elles ressemblent le plus possible aux pages du site.
Color Formats in CSS - hex, rgb, hsl, labhttps://www.joshwcomeau.com/css/color-formats/
CSS gives us so many options when it comes to expressing color—we can use hex codes, rgb, hsl, and more. Which option should we choose? This turns out to be a surprisingly important decision! In this article, we'll take a tour of color formats in CSS, and see which option will serve us best. #www
GitHub - locomotivemtl/locomotive-scroll: 🛤 Detection of elements in viewport & smooth scrolling with parallax.https://github.com/locomotivemtl/locomotive-scroll
🛤 Detection of elements in viewport & smooth scrolling with parallax. - GitHub - locomotivemtl/locomotive-scroll: 🛤 Detection of elements in viewport & smooth scrolling with parallax.
GitHub - ObuchiYuki/DevToysMac: DevToys For machttps://github.com/ObuchiYuki/DevToysMac
DevToys For mac. Contribute to ObuchiYuki/DevToysMac development by creating an account on GitHub.
Home | The Component Galleryhttps://component.gallery/
The Component Gallery is a collection of components from the best Design Systems.
Styling Underlines on the Web | CSS-Tricks - CSS-Trickshttps://css-tricks.com/styling-underlines-web/
Styling the underlines that sit beneath links can be a tricky business, and I constantly forget what’s the best approach depending on the situation.
Building the main navigation for a websitehttps://web.dev/website-navigation/
This tutorial describes how to build an accessible main navigation of a website. You learn about semantic HTML, accessibility, and how using ARIA attributes can sometimes do more harm than good. #www
Labelling buttonshttps://codepen.io/matuzo/pen/gOzgawo?editors=1100
Using Grid Named Areas to Visualize (and Reference) Your Layout | CSS-Tricks - CSS-Trickshttps://css-tricks.com/using-grid-named-areas-to-visualize-and-reference-your-layout/
Whenever we build simple or complex layouts using CSS Grid, we're usually positioning items with line numbers. Grid layouts contain grid lines that are
Note: Optimisations webhttps://liens.rolandtisserand.fr/shaare/6qACWg
Comment éliminer les ressources bloquant le rendu sur WordPress (CSS + JavaScript)
https://kinsta.com/fr/blog/eliminer-javascript-css-bloquant-rendu/
wp-remove-gutenberg-block-library-css.php
https://gist.github.com/someguy9/1f51a7cb3349cc32d00f5aaa5d3b3e19#file-wp-remove-gutenberg-block-library-css-php
Sweet & Pure CSS3 UISwitchhttps://codepen.io/cbp/pen/BaPXOd
Le bon switch
Overcoming CSS Not Calculating Auto-Height For Transitions | by Jason Knight | CodeX | Mediumhttps://medium.com/codex/overcoming-css-not-calculating-auto-height-for-transitions-f98a7e062f07
CSS transitions and hover animations, an interactive guidehttps://www.joshwcomeau.com/animation/css-transitions/
e
Note: Animations csshttps://liens.rolandtisserand.fr/shaare/UoXyCA
<details> Animationhttps://codepen.io/stoumann/pen/ExydEYL
javascript - How do I get a simple max-height transition on click to work? - Stack Overflowhttps://stackoverflow.com/questions/32829303/how-do-i-get-a-simple-max-height-transition-on-click-to-work
Note: récupérer des éléments via JShttps://liens.rolandtisserand.fr/shaare/aDLOlg
Building performant expand & collapse animations - Chrome Developershttps://developer.chrome.com/blog/performant-expand-and-collapse/
What is the DOM? The Document Object Model Explained in Plain Englishhttps://www.freecodecamp.org/news/what-is-the-dom-explained-in-plain-english/
Modern web pages are dynamic. This means we need a suitable and convenient way to modify and manipulate a web document's structure. This modification in an HTML document, for instance, usually takes the form of creating, adding, or removing elements in the document. In this article, you'll learn