S.SIGUR Shared links
Tag cloud
Picture wall
Daily
RSS feeds
  • RSS Feed
  • ATOM Feed
Links per page
  • 20 links
  • 50 links
  • 100 links
page 2 / 7
684 results tagged css  ✕
How to Improve CSS Performance | Calibre
Tue Mar 30 20:00:29 2021
QRCode
How to Improve CSS Performance
css performance
https://calibreapp.com/blog/css-performance
Transition.css - easy transitions with clip-path
Wed Mar 24 09:44:51 2021
QRCode
animation css transition
https://transition.style/
How to Structure SCSS in an Angular App | by Stefanie Fluin | The Startup | Medium
Fri Mar 12 10:05:27 2021
QRCode
angular css sass
https://medium.com/swlh/how-to-structure-scss-in-an-angular-app-a1b8a759a028
How to Map Mouse Position in CSS | CSS-Tricks
Tue Mar 9 19:18:18 2021
QRCode
css grid tips
https://css-tricks.com/how-to-map-mouse-position-in-css/?ref=ewebdesign.com
Pure CSS Stripes Generator - No Flash, No Image, ONLY CSS
Wed Feb 10 11:32:06 2021
QRCode
background css generator
https://stripesgenerator.com/
Type Scale - A Visual Calculator
Fri Feb 5 14:43:28 2021
QRCode
Easy steps
to great typography
css integration tool typo
https://type-scale.com/
Binding CSS Variables in Angular. I recently tweeted about the ability to… | by Netanel Basal | Dec, 2020 | Netanel Basal
Mon Feb 1 08:29:12 2021
QRCode
Binding CSS Variables in Angular
angular css variable
https://netbasal.com/binding-css-variables-in-angular-69dfd4136e21
The good line-height
Mon Dec 21 15:12:08 2020
QRCode
Have you ever needed to create a type scale following an 8 point baseline grid, or really any grid, and had to spend extra time figuring out what should be the right line-height for every text size in the scale?

No worries! The good line-height calculates the exact number so it always fits the baseline grid!
css typography
https://www.thegoodlineheight.com/
The Rules of Margin Collapse
Tue Dec 15 19:08:20 2020
QRCode
In CSS, adjacent margins can sometimes overlap. This is known as “margin collapse”, and it has a reputation for being quite dastardly.
css
https://www.joshwcomeau.com/css/rules-of-margin-collapse/
Stop Turning “Avoid Because” Or “When Appropriate” Into “Never Use This” | by Jason Knight | Medium
Sat Nov 21 10:42:00 2020
QRCode
article css html
https://deathshadow.medium.com/stop-turning-avoid-because-or-when-appropriate-into-never-use-the-alternative-fa42e72d02d2
A Deep Dive Into CSS Grid minmax()
Tue Nov 17 13:33:49 2020
QRCode
css flex grid
https://ishadeed.com/article/css-grid-minmax/?ref=ewebdesign.com
What is Modular CSS?. Modular CSS is a collection of… | by Scott Vandehey | ITNEXT
Sun Nov 8 19:01:35 2020
QRCode
bem css
https://itnext.io/what-is-modular-css-659949e23534
Coded Mails | Hassle free responsive html email templates
Tue Oct 13 09:24:35 2020
QRCode
Hassle free responsive HTML email templates
Starting a new project? Save yourself the pain of coding HTML email and use these tested, accessible and beautiful emails.
css email emailing html responsive template
https://codedmails.com/
24 Accessibility - 24 days of accessibility gifts during the season of giving and sharing
Fri Oct 9 13:48:25 2020
QRCode
accessibilité article css html integration
https://www.24a11y.com/
This Ain’t Disney: A practical guide to CSS transitions and animations | by Mohammed Ibrahim | Prototypr
Fri Oct 9 13:47:49 2020
QRCode
animation css transition ux
https://blog.prototypr.io/this-aint-disney-a-practical-guide-to-css-transitions-and-animations-a8b87e7c5531
Google HTML/CSS Style Guide
Mon Sep 7 06:52:06 2020
QRCode
Google HTML/CSS Style Guide
css google guide html integration
https://google.github.io/styleguide/htmlcssguide.html#Declaration_Order
Harry Potter and the Order of CSS - DEV
Sun Sep 6 20:14:48 2020
QRCode
article css
https://dev.to/thekashey/happy-potter-and-the-order-of-css-5ec
Ten modern layouts in one line of CSS
Tue Jul 14 11:49:58 2020
QRCode
aspect-ratio / clamp / character
css flex grid tips
https://web.dev/one-line-layouts/?ref=ewebdesign.com
Theming Angular - The Startup - Medium
Fri Jul 3 13:17:09 2020
QRCode
angular css material themes theming
https://medium.com/swlh/theming-angular-c869827738c3
Learn Box Alignment
Tue Jun 16 12:54:24 2020
QRCode
Are you ready to learn how box alignment works for CSS Grid and Flexbox? This article is for you.
css e-learning flex grid playground tutorial
https://ishadeed.com/article/learn-box-alignment/
Grid for layout, Flexbox for components
Tue Jun 16 12:53:54 2020
QRCode
Grid for layout, Flexbox for components
article css flex grid
https://ishadeed.com/article/grid-layout-flexbox-components/?ref=ewebdesign.com
Custom Shape Dividers
Mon Jun 8 07:53:22 2020
QRCode
We created this free tool to make it easier for designers and developers to export a beautiful SVG
shape divider for their latest project. We hope you enjoy this tool.
css shapes svg tool
http://s.muz.li/YWRhMGNlNTIw?_hsmi=89090325&_hsenc=p2ANqtz-8tMq22Hciz5_LYIFGaOAueaq-y7Hfm1_tFZlECUlfxl14n9dn6m1ZExDq8FYVLFl9swy6liTcpC-6nRaUW4F_wsyTIeA
Cheat Sheet
Mon May 25 09:32:41 2020
QRCode
code css html IDE
https://docs.emmet.io/cheat-sheet/
Modern CSS Solutions
Tue May 12 17:09:39 2020
QRCode
Modern CSS Solutions
for Old CSS Problems
css tips
https://moderncss.dev/
How to Easily Create a Responsive Vertical Rhythm with CSS
Tue May 12 13:26:03 2020
QRCode
lineheight
css integration typo
https://designmodo.com/vertical-rhythm/?ref=ewebdesign.com
Everything I Learned About min(), max(), clamp() In CSS
Tue May 12 13:18:20 2020
QRCode
CSS Comparison Functions (min(), max(), clamp()) become supported in Firefox on 8 April 2020, which means that they are now supported in all major browsers. Those CSS functions will provide us with ways to have dynamic layouts and more flexible design components. They can be used for container sizes, font-size, padding. and a lot more. Even more, web designers might need to think differently while designing layouts because of these exciting CSS functions.

In this article, I will try as much as I can to make them clear, explain all the points of confusion that might happen, and provide some practical examples and use-cases.
css css4 responsive
https://ishadeed.com/article/css-min-max-clamp/?ref=ewebdesign.com
A Complete Guide to CSS Functions | CSS-Tricks
Tue May 12 13:08:18 2020
QRCode
Like any other programming language, CSS has functions. They can be inserted where you’d place a value, or in some cases, accompanying another value declaration.
css
https://css-tricks.com/complete-guide-to-css-functions/?ref=ewebdesign.com
pattern.css - Background Patterns in CSS
Tue Apr 28 14:32:07 2020
QRCode
pattern.css
CSS only library to fill your empty background with beautiful patterns.
background css
https://bansal.io/pattern-css#introduction
Spacing in CSS
Tue Apr 28 14:24:51 2020
QRCode
Spacing in CSS

If two or more elements are close, then the user will assume that they somehow belong to each other. When grouping multiple design elements, the user can decide how they relate to each other by the amount of space between them. Without spacing, it will be hard for a user to skim a page and know what items that are related and what are not.

In this article, I will cover everything you need to know about spacing in CSS, the different ways of achieving that, and when to use a padding or margin. Let’s dive in!
css
https://ishadeed.com/article/spacing-in-css/?ref=ewebdesign.com
Accessible Font Sizing, Explained | CSS-Tricks
Tue Apr 28 13:32:20 2020
QRCode
css font
https://css-tricks.com/accessible-font-sizing-explained/?ref=ewebdesign.com
Animating Complex Stock SVGs
Wed Apr 8 16:21:42 2020
QRCode
animation css svg
https://www.atrost.com/posts/animating-complex-svg/
Visual Guide to CSS3 Flexbox: Flexbox Playground |
Wed Apr 8 16:01:20 2020
QRCode
flex playground
css flex tutorial
https://demos.scotch.io/visual-guide-to-css3-flexbox-flexbox-playground/demos/
Piccalilli - Dang Spicy Tutorials - Piccalilli
Tue Mar 31 10:50:31 2020
QRCode
Dang Spicy
tutorials and courses to level you up as a front⁠-⁠end developer and designer
blog css front-end
https://piccalil.li/
Solution: Auto-scrolling, responsive grid - Piccalilli
Tue Mar 31 10:44:54 2020
QRCode
css scroll shadow
background css scroll tips
https://piccalil.li/tutorial/solution-006-auto-scrolling-responsive-grid/
Kevin Bizien, Product designer
Mon Mar 30 16:22:21 2020
QRCode
css design integration system ui ux webdesign
https://kevinbizien.com/
Architecture CSS avec ITCSS & InuitCSS - Kévin Bizien - Medium
Mon Mar 30 16:02:48 2020
QRCode
Architecture CSS avec ITCSS & InuitCSS
architecture css framework
https://medium.com/@KBizien/architecture-css-avec-itcss-inuitcss-6b4271cb1042
Advanced CSS selectors for common scenarios - LogRocket Blog
Wed Mar 11 07:35:58 2020
QRCode
Advanced CSS selectors for common scenarios
css selector
https://blog.logrocket.com/advanced-css-selectors-for-common-scenarios/
articles – Elad Shechter – CSS/HTML Architect
Fri Mar 6 09:34:59 2020
QRCode
article blog css tips
https://eladsc.com/tag/articles/
Why the World Needs CSS Developers - Elad Shechter - Medium
Fri Mar 6 09:31:04 2020
QRCode
article css css3
https://medium.com/@elad/why-the-world-needs-css-developers-318025a6f5c1
Revealing Hero Effect in CSS and JavaScript | CodyHouse
Tue Mar 3 13:46:36 2020
QRCode
Revealing Hero Effect
In this tutorial, we will show how to create a section that reveals its content when the previous element scrolls away.
css html sticky
https://codyhouse.co/tutorials/revealing-hero-effect/?ref=ewebdesign.com
Fresh Background Gradients | WebGradients.com 💎
Tue Mar 3 10:18:58 2020
QRCode
css gradient sketch
https://webgradients.com/?ref=ewebdesign.com
Fluiditype | Simple and fluent css for flexible typography on the web.
Wed Feb 26 10:24:19 2020
QRCode
Fluid, flexible & simple typography
This small CSS library serves to avoid the responsive web by focusing on pure fluidity in which the system communicates what size to be rendered. Recommend to be used for blogs, portfolios, documentation & and simplistic text websites.
css fluid font library responsive
https://www.fluiditype.com/?ref=ewebdesign.com
CSS Tutorial: Create Diagonal Layouts Like It's 2020
Wed Feb 26 09:28:01 2020
QRCode
css integration
https://9elements.com/blog/pure-css-diagonal-layouts/?ref=ewebdesign.com
A Complete Guide to Grid | CSS-Tricks
Wed Feb 12 10:01:44 2020
QRCode
css grid
https://css-tricks.com/snippets/css/complete-guide-grid/
GitHub - daveberning/griddle at ewebdesign.com
Wed Feb 5 16:06:47 2020
QRCode
Griddle
CSS framework created with CSS Grid and Flexbox.
css flex grid html
https://github.com/daveberning/griddle/?ref=ewebdesign.com
xLayers: Design – Code – Repeat
Mon Feb 3 16:39:42 2020
QRCode
Preview and Convert SketchApp Design Files Into ANY Framework And Library.
angular css html sketch
https://xlayers.dev/#/home
All – Tiny Helpers
Wed Jan 29 09:07:54 2020
QRCode
A collection of free single-purpose online tools for web developers...
css html integration javascript selection tools
https://tiny-helpers.dev/
angular-material-theme-secrets - StackBlitz
Thu Jan 23 08:02:38 2020
QRCode
css integration material themes
https://stackblitz.com/edit/angular-material-theme-secrets?embed=1&file=src/theme.scss
The Complete Guide to SCSS/SASS - freeCodeCamp.org - Medium
Fri Jan 17 09:54:10 2020
QRCode
css sass
https://medium.com/free-code-camp/the-complete-guide-to-scss-sass-30053c266b23
-webkit-line-clamp - CSS: Cascading Style Sheets | MDN
Thu Jan 9 17:37:00 2020
QRCode
The -webkit-line-clamp CSS property allows limiting of the contents of a block container to the specified number of lines.
css
https://developer.mozilla.org/en-US/docs/Web/CSS/-webkit-line-clamp
The Long and Short of CSS Flexbox Container Properties - DEV Community 👩‍💻👨‍💻
Tue Dec 10 09:03:00 2019
QRCode
css flex
https://dev.to/justsharkie/the-long-and-short-of-css-flexbox-container-properties-1b4a
BEM will make you happy - Mikel - Medium
Sat Dec 7 09:14:34 2019
QRCode
bem css
https://medium.com/@basterrika/bem-will-make-you-happy-ab0d0a821226
CSS media queries are not just max-width - Mabiloft - Medium
Sat Nov 30 11:01:43 2019
QRCode
css medias-queries
https://medium.com/mabiloft/css-media-queries-are-not-just-max-width-e543ee5d1a5b
Animatable CSS properties - CSS: Cascading Style Sheets | MDN
Mon Oct 28 10:52:56 2019
QRCode
animation css
https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_animated_properties
Introducing CSS Scroll Snap Points | CSS-Tricks
Tue Oct 22 07:51:37 2019
QRCode
Introducing CSS Scroll Snap Points
css scroll
https://css-tricks.com/introducing-css-scroll-snap-points/
Complete Guide to Responsive Images! - Elad Shechter - Medium
Tue Sep 24 14:21:51 2019
QRCode
srcset
css html image responsive
https://medium.com/@elad/a-complete-guide-for-responsive-images-b13db359c6c7
Ghost Buttons with Directional Awareness in CSS | CSS-Tricks
Thu Sep 19 09:41:00 2019
QRCode
Ghost Buttons with Directional Awareness in CSS
animation buttons css
https://css-tricks.com/ghost-buttons-with-directional-awareness-in-css/
SVG Line Animation for the Uninitiated - Bitmatica Lab - Medium
Wed Sep 18 15:06:50 2019
QRCode
SVG Line Animation for the Uninitiated
animation css svg
https://medium.com/bitmatica-lab/svg-line-animation-for-the-uninitiated-5a65d91c6044
The perils of functional CSS (atomic CSS) | Browser London
Fri Jul 19 12:12:41 2019
QRCode
article atomic css
https://www.browserlondon.com/blog/2019/06/10/functional-css-perils/?ref=ewebdesign.com
The State of CSS 2019
Tue Jun 18 12:36:50 2019
QRCode
~~~State Of
C
S
S
2019
article css outils ressource
https://2019.stateofcss.com/
CSSFX - Beautifully simple click-to-copy CSS effects
Fri Jun 14 15:03:31 2019
QRCode
Beautifully simple click-to-copy CSS effects

A carefully crafted collection designed with a focus on fluidity, simplicity, and ease of use. Powered by CSS with minimal markup. Completely open source and MIT licensed.
animation css
https://cssfx.dev/
Alignement en CSS, un guide complet
Mon Jun 10 08:58:10 2019
QRCode
css tutorial
https://la-cascade.io/alignement-en-css-guide-complet/
Interneting Is Hard | Web Development Tutorials For Complete Beginners
Wed May 22 14:58:10 2019
QRCode
interneting is hard
(But it doesn’t have to be)
Friendly web development tutorials for complete beginners
articles css html tutorial
https://internetingishard.com/
A Designer's Guide to Animating Icons with CSS
Tue May 21 09:45:34 2019
QRCode
animation css icons
https://www.newmediacampaigns.com/blog/guide-to-css-icon-animations
CSSFX - Beautifully simple click-to-copy CSS effects
Tue May 14 14:17:32 2019
QRCode
A carefully crafted collection designed with a focus on fluidity, simplicity, and ease of use. Powered by CSS with minimal markup. Completely open source and MIT licensed.
animation css effect
https://cssfx.dev/?ref=ewebdesign.com
Create a responsive grid layout with no media queries, using CSS Grid - Andy Bell
Tue May 7 12:21:42 2019
QRCode
css grid responsive
https://andy-bell.design/wrote/create-a-responsive-grid-layout-with-no-media-queries-using-css-grid/?ref=ewebdesign.com
CSS { In Real Life }
Wed Apr 24 14:48:58 2019
QRCode
articles css flex grid html integration
https://css-irl.info/
Free Frontend
Wed Feb 13 08:15:49 2019
QRCode
css front-end html
https://freefrontend.com/
CSS Grid for Designers – Times Open
Wed Jan 23 08:15:19 2019
QRCode
css grid tutorial
https://open.nytimes.com/css-grid-for-designers-f74a883b98f5?ref=ewebdesign.com
cssFilters.co - Custom and Instagram like photo filters for CSS
Wed Oct 31 10:53:12 2018
QRCode
css filters generator
css filter filtres
https://www.cssfilters.co/
CSS Border-Radius Can Do That? – 9elements – Medium
Tue Oct 23 14:05:11 2018
QRCode
border-radius css tips
https://medium.com/9elements/css-border-radius-can-do-that-d46df1d013ae
CSS Border-Radius Can Do That? | IO 9elements
Wed Oct 17 12:28:09 2018
QRCode
border-radius css tips
https://9elements.com/io/css-border-radius/?ref=ewebdesign.com
CSS & SASS | Syntaxes avancées | epica design
Tue Oct 16 15:45:17 2018
QRCode
css sass
http://epicadesign.fr/css-sass-syntaxes-avancees/
Transfonter — online @font-face generator
Fri Oct 12 08:12:27 2018
QRCode
@font-face css font generator
https://transfonter.org/
Angular Flex-Layout: Flexbox and Grid Layout for Angular Component
Wed Oct 10 16:04:28 2018
QRCode
angular css flex-layout
https://blog.angularindepth.com/angular-flex-layout-flexbox-and-grid-layout-for-angular-component-6e7c24457b63
What is Modular CSS?
Mon Oct 1 09:44:59 2018
QRCode
bem css
https://spaceninja.com/2018/09/17/what-is-modular-css/
Flexbox Froggy - Un jeu pour apprendre les flexbox CSS
Sun Sep 23 17:14:09 2018
QRCode
cours css flexbox tutorial
https://flexboxfroggy.com/#fr
Grid Garden - Un jeu pour apprendre les grid CSS
Sun Sep 23 17:09:40 2018
QRCode
cours css grid tutorial
https://cssgridgarden.com/#fr
Hello, animation! — Animations — HTML Academy
Sun Sep 23 17:02:45 2018
QRCode


animation cours css tutorial
https://css-animations.io/
Updating a CSS Variable with JavaScript | CSS-Tricks
Wed Sep 19 12:15:42 2018
QRCode
css javascript variable
https://css-tricks.com/updating-a-css-variable-with-javascript/?ref=ewebdesign.com
CSS Grid : comment fonctionne minmax()
Wed Sep 5 09:40:35 2018
QRCode
css grid
https://la-cascade.io/css-grid-comment-fonctionne-minmax/
CSS Grid: More flexibility with minmax() by Michelle Barker on CodePen
Wed Sep 5 09:40:19 2018
QRCode
grid-template-columns
css grid
https://codepen.io/michellebarker/post/css-grid-more-flexibility-with-minmax
17 CSS Thumbnails
Tue Sep 4 13:04:29 2018
QRCode
card css image
https://freefrontend.com/css-thumbnails/?ref=ewebdesign.com
Advanced effects with CSS background blend modes – LogRocket
Tue Sep 4 13:01:35 2018
QRCode
gradient & blend effect
background css gradient
https://blog.logrocket.com/advanced-effects-with-css-background-blend-modes-4b750198522a?ref=ewebdesign.com
Teutonic CSS
Wed Aug 22 13:01:49 2018
QRCode
Here’s 12KB of CSS to jump start your HTML.
A modern CSS framework — versatile, well documented.
css framework
https://teutonic.co/
Practical CSS Scroll Snapping | CSS-Tricks
Tue Aug 21 15:35:40 2018
QRCode
CSS scroll snapping allows you to lock the viewport to certain elements or locations after a user has finished scrolling
css css3 scroll
https://css-tricks.com/practical-css-scroll-snapping/?ref=ewebdesign.com
How to get better at writing CSS – freeCodeCamp
Thu Aug 9 15:45:58 2018
QRCode
beam css sass
https://medium.freecodecamp.org/how-to-get-better-at-writing-css-a1732c32a72f
Speed up alignment in CSS with Flexbox utility classes
Wed Aug 8 15:53:13 2018
QRCode
Speed up alignment in CSS with Flexbox utility classes
css flex
https://medium.com/codyhouse/speed-up-alignment-in-css-with-flexbox-utility-classes-4030ce88e170?ref=ewebdesign.com
CodePen - Stuff you can do with CSS pointer events
Mon Jul 30 09:59:38 2018
QRCode
Stuff you can do with pointer-events

pointer-events is mostly used to bypass click events on an element. But did you know you can reset the pointer events of descendant elements? This allows us to do some interesting things…
css hover
https://codepen.io/MartijnCuppens/full/MBjqbM/?ref=ewebdesign.com
The simpleton's guide to CSS Grid – LogRocket
Tue Jul 3 15:09:10 2018
QRCode
article css grid
https://blog.logrocket.com/the-simpletons-guide-to-css-grid-1767565b3cf7?ref=ewebdesign.com
Hot tips CSS
Tue Jun 26 16:10:48 2018
QRCode
Css, Tips
Hot tips CSS
June 21st, 2018

Here a curated collection of css snippets that you can use for determinate situations or just for fun. Let’s start.
css snippet tips
https://equinsuocha.io/blog/hot-tips-css/?ref=ewebdesign.com
Archives – CSS Weekly
Thu Jun 14 17:37:26 2018
QRCode
articles css selection
https://css-weekly.com/archives/
CSS Layout News
Wed Jun 13 16:00:49 2018
QRCode
A weekly collection of tutorials, news and information on all things CSS Layout.
articles css
http://csslayout.news/
Level up your CSS selector skills – LogRocket
Tue Jun 12 12:06:47 2018
QRCode
article css selector
https://blog.logrocket.com/level-up-your-css-selector-skills-5d7bb45ddd37?ref=ewebdesign.com
Aspect Ratio Cells with CSS Grid Layout by Michelle Barker on CodePen
Wed Jun 6 18:34:46 2018
QRCode
article css grid
https://codepen.io/michellebarker/post/building-an-aspect-ratio-css-grid-layout
The CSS Grid Methods – Elad Shechter – Medium
Tue Jun 5 10:58:32 2018
QRCode
css grid tutorial
https://medium.com/@elad/the-css-grid-methods-e75ce54d1da2?ref=ewebdesign.com
Managing SVG Interaction With The Pointer Events Property — Smashing Magazine
Mon May 28 08:58:02 2018
QRCode
pointer event management
css interactivité svg
https://www.smashingmagazine.com/2018/05/svg-interaction-pointer-events-property/?ref=ewebdesign.com
cssgr.id | An interactive CSS Grid code tool and generator
Wed May 9 08:20:05 2018
QRCode
CSS Grid Generator
An interactive CSS grid boilerplate code generator.
 
css grid tools
https://cssgr.id/
CSS Grid Starter Layouts | CSS-Tricks
Mon May 7 19:21:58 2018
QRCode
CSS Grid Starter Layouts
css grid templates
https://css-tricks.com/snippets/css/css-grid-starter-layouts/
Advanced SCSS, or, 16 cool things you may not have known your stylesheets could do
Fri Mar 23 11:33:55 2018
QRCode
css sass
https://gist.github.com/jareware/4738651
page 2 / 7
7168 link
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn