• Shaarli
  • Tag cloud
  • Picture wall
  • Daily
  • RSS
  • Login
4287 shaares
7 / 15
Filters
296 results tagged css

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

The Most Important CSS Concept to Learn

QRCode

For every inline style that targets an element using the style attribute, 1 goal is assigned to goal post (a).
For every id selector, 1 goal is assigned to post(b).
For every class selector, attribute selector, and pseudo-classes present, 1 goal is assigned to post(c).
For every element selector and pseudo-element, 1 goal is assigned to post (d).
The way I remember this is by using the acronym, SICAPEP:

https://medium.freecodecamp.org/the-most-important-css-concept-to-learn-8e929c944a19
August 29, 2018 at 3:26:40 PM EDT *
css tutorial
FILLER

Free Frontend - CSS Menus

QRCode

Hand-picked HTML and CSS code examples, tutorials and articles

https://freefrontend.com/css-menu
August 6, 2018 at 2:29:35 PM EDT *
css webdesign javascript menu
FILLER

Getting Started With CSS Layout

QRCode

Whether you’re fairly new to CSS or an experienced developer from elsewhere in the stack who wants to make sure your understanding of layout today is up to date, this guide covers everything you need to know about CSS Layout today.

https://www.smashingmagazine.com/2018/05/guide-css-layout/
August 6, 2018 at 1:50:29 PM EDT *
css flexbox
FILLER

What Happens When You Create A Flexbox Flex Container? — Smashing Magazine

QRCode

In a short series of articles, I’m going to spend some time in detailed unpacking of Flexbox — in the same way I have done in the past with grid. We’ll have a look at the things Flexbox was designed for, what it really does well, and why we might not choose it as a layout method. In this article, we will take a detailed look at what actually happens when you add display: flex to your stylesheet.

https://www.smashingmagazine.com/2018/08/flexbox-display-flex-container/
August 3, 2018 at 1:41:36 PM EDT *
css webdesign flexbox
FILLER

Understanding CSS Layout And The Block Formatting Context

QRCode

How a Block Formatting Context (BFC) behaves is easiest to understand with a simple float example. In the below example I have a box that contains an image that has been floated left and some text. If we have a good amount of text it wraps around the floated image and the border then runs around the whole lot.

There are two ways in which we ordinarily fix this layout problem. One would be to use a clearfix hack, which has the effect of inserting an element below the text and image and setting it to clear both. The other method is to use the overflow property, with a value other than the default of visible.
.outer {
overflow: auto;
}

https://www.smashingmagazine.com/2017/12/understanding-css-layout-block-formatting-context/
July 27, 2018 at 1:16:45 PM EDT *
webdesign css float
FILLER

Collection of CSS snippets | justmarkup

QRCode

clearfix, centering, font-size

https://justmarkup.com/log/2018/03/collection-of-css-snippets/
April 13, 2018 at 3:45:56 PM EDT *
css webdesign
FILLER

How to Use CSS Gradients on the Web

QRCode

In this tutorial you’ll learn about using gradients on the web. I’ll give you some examples, some exercises (such as how to create gradients for borders), and I’ll also throw in some useful resources which will make creating gradients a lot easier.

https://webdesign.tutsplus.com/tutorials/how-to-use-gradients-on-the-web--cms-29922
April 13, 2018 at 10:41:29 AM EDT *
css tutorial webdesign gradients
FILLER

Pocket Guide to CSS only Drawings and Animations

QRCode

So I became a bit obsessed about how further we can push the limits of what we can draw with CSS only. Basically, I noticed that you can play around with basic shapes like circles, rectangles and triangles to draw virtually anything. You can even put some drop-shadows and CSS filters to get some pretty cool effects as well.

In this pocket guide I'll write some examples from really easy to more complex things you can do to create cool drawings and animations with CSS.

https://journal.helabs.com/pocket-guide-to-css-only-drawings-and-animations-781470436ecc
April 11, 2018 at 4:12:30 PM EDT *
css animation tutorial
FILLER
7 / 15
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