• Shaarli
  • Tag cloud
  • Picture wall
  • Daily
  • RSS
  • Login
4368 shaares
7 / 16
Filters
305 results tagged css

Kadinsky Bauhaus in CSS Grid

QRCode
https://codepen.io/tatianamac/full/RzGexa
June 24, 2019 at 2:21:46 PM EDT *
css grid bauhaus inspiration
FILLER

Relearn CSS layout

QRCode

If you find yourself wrestling with CSS layout, it’s likely you’re making decisions for browsers they should be making themselves. Through a series of simple, composable layouts, Every Layout will teach you how to better harness the built-in algorithms that power browsers and CSS.

https://every-layout.dev
June 21, 2019 at 3:20:37 PM EDT *
css
FILLER

The Front-End Checklist

QRCode

An Exhaustive List of all the Elements you need to have/test Before Launching your Website To Production.

https://codeburst.io/the-front-end-checklist-8b2292fdda44
June 21, 2019 at 10:56:03 AM EDT *
css webdesign html
FILLER

CSS masonry with flexbox, :nth-child(), and order

QRCode

On the surface it seems fairly easy to create a masonry layout with flexbox; all you need to do is set flex-flow to column wrap and voilà, you have a masonry layout. Sort of. The problem with this approach is that it produces a grid with a seemingly shuffled and obscure order. Items will be (unbeknownst to the user) rendered from top to bottom and someone parsing the grid from left to right will read the boxes in a somewhat arbitrary order, for example 1, 3, 6, 2, 4, 7, 8, 5, and so on so forth.

https://tobiasahlin.com/blog/masonry-with-css/
June 21, 2019 at 9:44:31 AM EDT *
flexbox css
FILLER

How to Use CSS Animations Like a Pro

QRCode

Create animation magic using keyframes, animation properties like timing, delay, play state, animation-count, iteration count, direction, fill mode and will-change.

https://stories.jotform.com/how-to-use-css-animations-like-a-pro-dfacc1e97338
June 20, 2019 at 1:52:25 PM EDT *
css animation webdesign
FILLER

A Designer's Guide to Animating Icons with CSS

QRCode

As a designer, I love coming across fun animations when visiting a site, and I have definitely been seeing more and more of them lately. Animations take illustrations and icons to the next level, making a site that much more engaging. While they are obviously attractive to look at, they also serve a functional purpose, captivating visitors and encouraging them to interact with the content.

https://www.newmediacampaigns.com/blog/guide-to-css-icon-animations
June 20, 2019 at 1:46:59 PM EDT *
animation css svg
FILLER

63 Beautiful Dark UI Examples & Design Inspiration

QRCode

A curated collection of dark UI to inspire you in your product design process.
Even more examples of dark UI could be found on our amazing visual search.

https://medium.muz.li/63-beautiful-dark-ui-examples-design-inspiration-8abaa1b86969
June 19, 2019 at 8:06:36 PM EDT *
css webdesign inspiration
FILLER

Fading out siblings on hover in CSS

QRCode

Here’s a tiny trick for making your hover states stand out, and also a cool way to target the siblings of the thing you’re hovering over. The effect is a mixture of two effects:

Scale the hovered item
Fade out the siblings
https://www.trysmudford.com/blog/fade-out-siblings-css-trick/
May 6, 2019 at 3:41:20 PM EDT *
css webdesign hover
FILLER

How To Align Things In CSS — Smashing Magazine

QRCode

We have a whole selection of ways to align things in CSS today, and it isn’t always an obvious decision which to use. However, knowing what is available means that you can always try a few tactics if you come across a particular alignment problem.

https://www.smashingmagazine.com/2019/03/css-alignment/
April 26, 2019 at 9:22:22 AM EDT *
css webdesign flexbox grid
FILLER

Animating SVG with CSS – LogRocket

QRCode

Do it yourself using the aforementioned CSS/Sass, or take a shortcut by using a plugin like Animate.CSS. It contains ready-to-use utility classes for common animations, such as fades, slides, shake, and many more.

https://blog.logrocket.com/animating-svg-with-css-83e8e27d739c
April 14, 2019 at 10:25:20 AM EDT *
css animation svg webdesign
FILLER

Using CSS Grid the right way | hey it's violet

QRCode

Use names. Use frs. Don't use a grid system. Wait, what? 2.17.2019

https://vgpena.github.io/using-css-grid-the-right-way/
March 19, 2019 at 11:22:52 AM EDT *
css grid
FILLER

CSS Grid for Designers

QRCode

How a new technology is changing layout on the web

We can create grids that better control the placement of elements both vertically and horizontally. All of this brings classic graphic design and art direction approaches back to web design.

https://open.nytimes.com/css-grid-for-designers-f74a883b98f5?ref=webdesignernews.com
March 8, 2019 at 3:52:51 PM EST *
css grid
FILLER

How I started Motion Design using high-school Physics

QRCode

As a motion enthusiast, there is one question that I have been asked the most:

“How do I start with Motion Design?”

To this, I often reply savagely, “You start with Physics”; scaring away most of the seekers 😂 But here is the thing — someone who is genuinely interested never stops with a single query. They follow up with questions after questions after questions. I love them! ❤️

https://medium.com/swiggydesign/how-i-started-motion-design-using-high-school-physics-fa6cdbf12cde
March 8, 2019 at 3:44:32 PM EST *
animation illustration css
FILLER

CSS Animation 101

QRCode

Welcome to CSS Animation 101, and thank you for choosing this book.

I’m delighted you’ve chosen to learn CSS animation. This book is a light and fun introduction to the topic, and I hope you find it helpful. We’re going to learn about CSS transitions and animations. By the end you’ll have a good understanding of CSS animations as well as the tools to create and experiment with our own.

There will be both theory and practical examples. We’ll learn how to easily create your own working environment, and look at lots of examples of animation along the way.

https://cssanimation.rocks/css-animation-101/
January 8, 2019 at 9:17:22 AM EST *
css animation
FILLER

CSS Grid in 45 Minutes!

QRCode

Wes Bos
Published on Aug 23, 2018
SUBSCRIBE 65K
This is a talk I did at Laracon on CSS Grid. If you want to learn more about CSS Grid, take my free course at https://CSSGrid.io. Slides for this talk available at https://wesbos.github.io/css-grid-talk - Enjoy!

https://www.youtube.com/watch?v=DCZdCKjnBCs&ref=webdesignernews.com
December 5, 2018 at 3:20:03 PM EST *
video css grid tutorial
FILLER

Interview Questions and Exercises About CSS

QRCode

If you're in the position of needing to interview someone about their skill and knowledge about CSS, it can be a little hard to think of things to ask on-the-fly. I thought I'd think up and round up some ideas for reference.

https://css-tricks.com/interview-questions-css/
December 2, 2018 at 11:53:52 AM EST *
css interviewing
FILLER

text + double triangle

QRCode
https://codepen.io/MaryLobareva/pen/EEdxeV
October 15, 2018 at 10:37:08 AM EDT *
css inspiration triangles
FILLER

Flexbox Zombies | geddski mastery games

QRCode
https://mastery.games/p/flexbox-zombies
September 25, 2018 at 3:00:43 PM EDT *
flexbox css tutorial
FILLER

Making CSS Animations Feel More Natural

QRCode

The first thing to look at is the timing function. In the above example, we’re using a linear timing function, which means that the box is constantly moving at the same speed. In some cases, this is desirable; however, in the real world, motion usually doesn’t work like that.

https://css-tricks.com/making-css-animations-feel-natural/
September 25, 2018 at 2:01:40 PM EDT *
css animation webdesign
FILLER

Everything You Need To Know About Alignment In Flexbox

QRCode

In this article, we take a look at the alignment properties in Flexbox while discovering some basic rules to help remember how alignment on both the main and cross axis works.

https://www.smashingmagazine.com/2018/08/flexbox-alignment/
September 25, 2018 at 1:38:01 PM EDT *
flexbox css webdesign
FILLER
7 / 16
Shaarli · The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community · Documentation
Fold Fold all Expand Expand all Are you sure you want to delete this link? Are you sure you want to delete this tag? The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community