• Shaarli
  • Tag cloud
  • Picture wall
  • Daily
  • RSS
  • Login
4251 shaares
 
Filters
18 results tagged flexbox

Hardest Problem in Computer Science: Centering Things @ tonsky.me

QRCode

The text will be off! Even though rectangles are perfectly centered.
But even if font can have its metrics unbalanced, it doesn’t mean it does. What happens in reality?
In reality, most of the popular fonts have metrics slightly off. Many have it significantly off:

https://tonsky.me/blog/centering/
May 20, 2024 at 2:36:18 PM EDT *
fonts webdesign css flexbox
FILLER

How to take control of Flexbox

QRCode
  • Flex children are just that: display: block or display: inline don't have any affect once display: flex is defined on the parent.

  • Flexbox is controlled inside --> out: The size of the children affect the size of the parent. Grid is outside --> in: the size of the parent is specified and the children fit inside.

  • Defaults: flexbox by default uses the 'best' size for the children. It doesn't expand them, but it will shrink them if necessary.
    flex-shrink: 1;
    flex-grow: 0;

  • If you have multiple rows and columns, and you want them consistent, grid is the better choice

  • width is the same as flex-basis IF you are using columns

https://www.youtube.com/watch?v=Ns12ALe8aqI
April 1, 2024 at 2:37:36 PM EDT *
flexbox css youtube
FILLER

An Interactive Guide to Flexbox in CSS

QRCode

When we truly learn the secrets of the Flexbox layout mode, we can build absolutely incredible things. Fluid layouts that stretch and shrink without arbitrary breakpoints. In this action-packed interactive tutorial, we'll pop the hood on the Flexbox algorithm and learn how to do remarkable things with it. ✨

https://www.joshwcomeau.com/css/interactive-guide-to-flexbox/
February 8, 2023 at 10:22:25 AM EST *
css webdesign flexbox
FILLER

Building Website Headers with CSS Flexbox

QRCode

In this article, I will explain how we can use CSS flexbox to successfully build a website header, and show you some of the important tips and tricks.

https://ishadeed.com/article/website-headers-flexbox/
October 5, 2020 at 3:25:28 PM EDT *
webdesign flexbox
FILLER

Flex Cheatsheet

QRCode
https://yoksel.github.io/flex-cheatsheet/
August 14, 2020 at 4:32:42 PM EDT *
flexbox
FILLER

Learn Box Alignment

QRCode

Are you ready to learn how box alignment works for CSS Grid and Flexbox? This article is for you.

https://ishadeed.com/article/learn-box-alignment/
March 7, 2020 at 7:50:59 PM EST *
flexbox grid css webdesign
FILLER

The Thought Process Behind a Flexbox Layout | CSS-Tricks

QRCode
https://css-tricks.com/the-thought-process-behind-a-flexbox-layout/
January 6, 2020 at 8:48:30 AM EST *
flexbox
FILLER

46 Flex Layouts - ONE markup

QRCode
https://codepen.io/jakob-e/pen/XQyqpo
July 3, 2019 at 12:55:36 PM EDT *
flexbox css
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 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

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

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

Flexbox — The Animated Tutorial – JavaScript Teacher – Medium

QRCode
https://medium.com/@js_tut/flexbox-the-animated-tutorial-8075cbe4c1b2
August 29, 2018 at 3:40:03 PM EDT *
flexbox
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

A Complete Guide to Flexbox

QRCode

Flexbox cheatsheet

https://css-tricks.com/snippets/css/a-guide-to-flexbox/
April 11, 2018 at 10:34:01 AM EDT *
flexbox css webdesign tutorial
FILLER

Demystifying CSS alignment – Patrick Brosset – Medium

QRCode
https://medium.com/@patrickbrosset/demystifying-css-alignment-2d3ea7a02a36
January 14, 2018 at 3:57:27 PM EST *
css webdesign flexbox
FILLER

Flexbox Cheatsheet

QRCode
http://jonibologna.com/content/images/flexboxsheet.pdf
July 18, 2017 at 2:29:06 PM EDT *
flexbox webdesign
FILLER
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