Afficher/masquer le menu
Liens Ecyseo
  • Tags cloud
  • Daily
  • Pictures wall
  • Search
  • Display options
    • Links per page :
    • 20 links
    • 50 links
    • 100 links
  • RSS Feed
  • Login

J'ai besoin d'intimité. Non pas parce que mes actions sont douteuses, mais parce que votre jugement et vos intentions le sont.

5165 links 

page 2 / 17

Liste des liens

324 results tagged css x
SVG, Favicons, and All the Fun Things We Can Do With Them | CSS-Tricks
2021-11-18 10:28 - permalink -

L'article qui va avec...

css favicon svg tricks
- https://css-tricks.com/svg-favicons-and-all-the-fun-things-we-can-do-with-them/
Favicon Machine
2021-11-18 10:26 - permalink -

Excellent ! Choisir son favicon parmi une liste d'émoji. Et faire de son favicon un emoji svg.

Sur une idée de la géniale Léa Verrou.

css favicon svg tricks
- https://000458870.codepen.website/
Gadgets/jouets scientifiques et éducatifs (6) - Couleur-Science - Le Hollandais Volant
2021-11-15 9:16 - permalink -
html {
    font-size: 1.2em;
}

body, .post {
    font-family:"DejaVu Serif", "Times New Roman", Times, serif;
    background:none!important;
}

* {
    color: black!important;
    background: white!important;
    text-shadow: none!important;
    box-shadow: none!important;
}

div, h1, h2, h3, h4, h5, h6 {
    border: none !important;
}

#header, #sidenav, #subnav, body > footer, #commentaires, #links-prev-next, .entry-illustration {
    display: none !important;
}

article.blogentry > .entry-footer,
article.blogentry > header > .entry-meta {
    display: none !important;

}

h2 a, h3 a {
    text-decoration: none;
}

article.blogentry > .entry-content a {
    text-decoration: none;
}

article.blogentry > .entry-content a:after {
    content:" (" attr(href) ")";
    font-style: italic;
    color: #0000ff;
    text-decoration: none;
}

article.blogentry > .entry-content a:not([href^="http"]):after {
    content:" (<a href="https://couleur-science.eu/&quot">https://couleur-science.eu/&quot</a>; attr(href) ")";
}

pre, blockquote {
    border: 1px solid gray;
}

img, pre, blockquote, figure, video {
    break-inside: avoid;
}

h2, h3, h4 {
    break-after:avoid;
}
css impression
- https://lehollandaisvolant.net/?mode=links&id=20211113153003
color contrast CSS vars - Le Hollandais Volant
2021-10-16 0:55 - permalink -

Génial !

accessibilité astuce css variables
- https://lehollandaisvolant.net/?mode=links&id=20211014182345
Transitioning Between Variable Heights with CSS Tabs
2021-07-1 14:20 - permalink -

Des onglets en css pur.

css html onglet
- https://codepen.io/fusco/pen/Wvzjrm
Pure CSS Floating Label Textfield
2021-07-1 14:9 - permalink -

D'autres solutions ici : https://github.com/you-dont-need/You-Dont-Need-JavaScript

Via SebSauvage

css html tutoriels
- https://codepen.io/KtorZ/pen/ZOzdqG
Semantic Colors — colors for learning purpose
2021-07-1 2:28 - permalink -

Pour styliser les tiddlers d'un tiddlywiki.

css customisation Tiddlywiki
- https://kookma.github.io/TW-Semantic-Colors/
css-overflow-firefox.png (image) - Le Hollandais Volant
2021-05-1 9:39 - permalink -

Je pense que c'est text-overflow qui n'est pas défini et qu'il faut utiliser simplement overflow...

css
- https://lehollandaisvolant.net/?mode=links&id=20210430130045
CSS Tips - Marko Denic - Web Developer
2021-04-27 18:25 - permalink -
css
- https://markodenic.com/css-tips/
Swipey image grids.
2021-04-15 8:40 - permalink -

Des images dans du svg...

animation css images javascript svg
- https://www.cassie.codes/posts/swipey-image-grids/
CSS : n'oubliez pas l'impression papier!
2021-04-12 10:50 - permalink -

En fait, tout le site est excellent.

css tutoriels
- https://la-cascade.io/css-noubliez-pas-limpression-papier/
CSS Grid Layout, guide complet
2021-04-12 10:47 - permalink -

Un très bon guide !
Via Timo.

css grid grille tutoriels
- https://la-cascade.io/css-grid-layout-guide-complet/
Did You Know About the :has CSS Selector? | CSS-Tricks - Le Hollandais Volant
2021-03-21 12:53 - permalink -

Comme il dit dans l’article, ceci change énormément la façon dont on cible les élements en CSS. En fait… ça change tout. Car jusqu’à maintenant, on devait descendre les branches de l’arbre DOM, maintenant on pourra le remonter.

C'est pour ça d'ailleurs qu'on appelle ça du CSS : cascading style sheet.
On va l'appeler comment maintenant :

  • PSS : Premiers-de-cordée style sheet,
  • RSS : Rise style sheet,
  • USS : Upward style sheet,
  • CSS : Climb style sheet,
  • CCSS : Cascading and Climbing Style Sheet ?
css
- https://lehollandaisvolant.net/?mode=links&id=20210317221601
[attribute] | CSS-Tricks
2021-01-10 0:57 - permalink -

Les attributs css et la façon de les utiliser.

attributs css tutoriels
- https://css-tricks.com/almanac/selectors/a/attribute/
The CSS Custom Property Toggle Trick | CSS-Tricks
2020-11-3 15:36 - permalink -

À lire. Les conditions en CSS !

css programmation tutoriels
- https://css-tricks.com/the-css-custom-property-toggle-trick/
Prevent layout shifts with CSS grid stacks - Hubert Sablonnière
2020-10-27 11:23 - permalink -
css grid grille tutoriels
- https://www.hsablonniere.com/prevent-layout-shifts-with-css-grid-stacks--qcj5jo/
Designing Adaptive Components, Beyond Responsive Breakpoints by Stéphanie Walter - UX designer & Mobile Expert.
2020-09-11 17:18 - permalink -

Designing systems of reusable components that adapt to responsive layouts, containers, work with different content states and adapt to user needs, behaviour and context.

css responsive tutoriels
- https://stephaniewalter.design/blog/designing-adaptive-components-beyond-responsive-breakpoints/
CSS Transitions -- Day and Night
2020-09-8 14:53 - permalink -
animation css svg
- https://codepen.io/stephaniewalter/pen/yLObjRW
CSS Animation -- Earth Rotation
2020-09-8 14:52 - permalink -
animation css svg
- https://codepen.io/stephaniewalter/pen/vYGmrLR
3D Book Image CSS Generator
2020-09-3 17:46 - permalink -

Pas mal !

css livre
- https://3d-book-css.netlify.app/
page 2 / 17


Tags


  • shaarli
  • wikipedia

Tags cloud

Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation
Affiches "loi aviva" créées par Geoffrey Dorne le 13 Mai, 2020 - Mastodon 1 - Mastodon 2