1471 links
  • linx
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
  • ► Play Videos
Links per page: 20 50 100
◄Older
page 1 / 2
32 results tagged css x
  • KNACSS styleguide
    June 18, 2021 at 4:08:35 PM UTC - permalink -
    QRCode
    - https://www.knacss.com/doc-old.html
    archive css grid knacss style
  • thumbnail
    Grilles CSS (CSS Grid) - CSS : Feuilles de style en cascade | MDN
    May 11, 2020 at 8:10:27 PM UTC - permalink -
    QRCode
    - https://developer.mozilla.org/fr/docs/Web/CSS/CSS_Grid_Layout
    css front-end grid layout mdn
  • thumbnail
    Les concepts de base pour flexbox - CSS : Feuilles de style en cascade | MDN
    May 11, 2020 at 8:09:22 PM UTC - permalink -
    QRCode
    - https://developer.mozilla.org/fr/docs/Web/CSS/CSS_Flexible_Box_Layout/Concepts_de_base_flexbox
    css flexbox front-end mdn
  • Graduating to Grid
    May 11, 2020 at 8:07:38 PM UTC - permalink -
    QRCode
    - https://noti.st/rachelandrew/LJXMWL/present
    a-list-apart css front-end grid layout rachel-andrew
  • Get Started with Grid Layout
    May 11, 2020 at 8:02:18 PM UTC - permalink -
    QRCode
    - https://gridbyexample.com/learn/
    a-list-apart css front-end grid layout rachel-andrew tutorial
  • thumbnail
    CSS3 Grid Layout, vous allez enfin aimer CSS - Alsacreations
    May 11, 2020 at 8:01:11 PM UTC - permalink -
    QRCode
    - https://www.alsacreations.com/livres/lire/1786-css3-grid-layout-vous-allez-enfin-aimer-css.html
    alsacreations book css grid layout
  • thumbnail
    CSS3 Grid Layout - Alsacreations
    May 11, 2020 at 7:59:55 PM UTC * - permalink -
    QRCode
    - https://www.alsacreations.com/article/lire/1388-css3-grid-layout.html
    alsacreations css front-end grid layout
  • A minimalist CSS framework

    Milligram provides a minimal setup of styles for a fast and clean starting point. Just it! Only 2kb gzipped! It's not about a UI framework. Specially designed for better performance and higher productivity with fewer properties to reset resulting in cleaner code. Hope you enjoy!

    February 20, 2019 at 5:26:05 PM UTC - permalink -
    QRCode
    - https://milligram.io/
    bootstrap css front-end milligram startup-kit
  • La donnée graphique avec HTML et CSS

    Conférence Paris Web

    December 28, 2018 at 3:21:43 PM UTC - permalink -
    QRCode
    - https://www.ffoodd.fr/paris-web.2018/
    conference css dataviz html paris-web
  • Animate.css

    Just-add-water CSS animations

    January 16, 2018 at 3:46:52 PM UTC * - permalink -
    QRCode
    - https://animate.style/
    animation css design emotion
  • Shoelace.css – a back to the basics CSS starter kit. For when you don’t need the whole boot.

    Shoelace.css is a lightweight, forward-thinking CSS library built with future CSS syntax. It’s easy to use and highly customizable. Bootstrap users will find it familiar, yet refreshing.

    You can use Shoelace with just about any browser. The CDN version is great for prototyping, but to take advantage of all its features you should build Shoelace from source.

    December 29, 2017 at 1:57:50 PM UTC - permalink -
    QRCode
    - https://shoelace.style/
    bootstrap css css-reset foundation starter-kit style
  • thumbnail
    BEM — Block Element Modifier

     Block Element Modifier is a methodology that helps you to create reusable components and code sharing in front-end development

    Easy

    To use BEM, you only need to employ BEM’s naming convention.

    Modular

    Independent blocks and CSS selectors make your code reusable and modular.

    Flexible

    Using BEM, methodologies and tools can be recomposed and configured the way you like.

    December 20, 2017 at 9:34:13 AM UTC * - permalink -
    QRCode
    - http://getbem.com/
    code-quality component css development front-end methodology modularity
  • CSS Grid PlayGround | Your First Grid | Mozilla

    CSS Grid Layout is a game-changer for web developers. Learn more about CSS Grid and the CSS Grid Layout panel in Firefox.

    October 11, 2017 at 7:36:34 AM UTC - permalink -
    QRCode
    - https://mozilladevelopers.github.io/playground/02-first-grid/
    css grid mdn
  • thumbnail
    ✨3 CSS Grid Features That Make My Heart Flutter | Una Kravets Online✨

    Thoughts about front-end development and design. And probably other ramblings by Una Kravets.

    April 27, 2017 at 6:49:30 PM UTC - permalink -
    QRCode
    - https://una.im/css-grid/
    css grid
  • thumbnail
    Bower pour les nuls (comme moi) - Alsacreations
    March 25, 2017 at 8:14:47 AM UTC - permalink -
    QRCode
    - https://www.alsacreations.com/tuto/lire/1609-bower-pour-les-nuls.html
    automation bower css dependencies framework html javascript toolkit workflow
  • Online CSS3 Code Generator With a Simple Graphical Interface - EnjoyCSS
    .my-text {
        text-shadow: 0 0 10px rgba(255,255,255,1) , 
        0 0 20px rgba(255,255,255,1) , 
        0 0 30px rgba(255,255,255,1) , 
        0 0 40px #ff00de , 
        0 0 70px #ff00de , 
        0 0 80px #ff00de , 
        0 0 100px #ff00de ;

    }

    March 21, 2017 at 12:01:05 PM UTC - permalink -
    QRCode
    - http://enjoycss.com/start#textShadow
    blow-effect css neon text-shadow
  • thumbnail
    Creating Glow Effects with CSS / Coder's Block

    The CSS box-shadow property is deceptively awesome. When used “traditionally”, it’s a simple way to add a shadow effect to an element. I use this for images in my blog. It’s nice. But get saucier with it and you can pull off some really interesting things. I’ve already talked about the pixel art hack. This time I’m going to share how to create colorful glow effects.

    March 21, 2017 at 11:59:45 AM UTC - permalink -
    QRCode
    - http://codersblock.com/blog/creating-glow-effects-with-css/
    box-shadow css glow-effect neon
  • Demo: Pure CSS speech bubbles – Nicolas Gallagher

    The demo page for Pure CSS speech bubbles.

    For a detailed explanation view the CSS file. It is heavily commented.

    All examples use simple, semantic HTML. No empty elements, no unnecessary extra elements, no JavaScript, no images (apart from that Twitter logo). Have a look at the source code.

    December 1, 2016 at 5:19:25 PM UTC - permalink -
    QRCode
    - http://nicolasgallagher.com/pure-css-speech-bubbles/demo/
    bubbles bulles css
  • Vertical Centering — Solved by Flexbox — Cleaner, hack-free CSS

    The lack of good ways to vertically center elements in CSS has been a dark blemish on its reputation for pretty much its entire existence.

    What makes matters worse is the techniques that do work for vertical centering are obscure and unintuitive, while the obvious choices (like vertical-align:middle) never seem to work when you need them.

    The current landscape of vertical centering options ranges from negative margins to display:table-cell to ridiculous hacks involving full-height pseudo-elements. Yet even though these techniques sometimes get the job done, they don’t work in every situation. What if the thing you want to center is of unknown dimensions and isn’t the only child of its parent? What if you could use the pseudo-element hack, but you need those pseudo-elements for something else?

    With Flexbox, you can stop worrying. You can align anything (vertically or horizontally) quite painlessly with the align-items, align-self, and justify-content properties.

    December 1, 2016 at 5:09:47 PM UTC - permalink -
    QRCode
    - https://philipwalton.github.io/solved-by-flexbox/demos/vertical-centering/
    align centering css flex flexbox justify layout vertical-align vertical-centering
  • thumbnail
    CSS Reference - A free visual guide to the most popular CSS properties.

    Learn by example: cssreference.io is a free visual guide to CSS. It features the most popular properties, and explains them with illustrated and animated examples.

    November 25, 2016 at 9:29:39 AM UTC - permalink -
    QRCode
    - http://cssreference.io/#flex-wrap
    cheat-sheet css mdn reference visual-guide
Links per page: 20 50 100
◄Older
page 1 / 2
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation