يحاول ذهب - حر

The Future Of CSS

November 2018

|

NET

Rachel Andrew takes a look at the new CSS that is starting to land in browsers, from row and column gap properties for Flexbox to entirely new specifications.

- Rachel Andrew

The Future Of CSS

This is a very exciting time to be a web developer. We will take a look at some of the new CSS properties and entire specifications that are making their way into browsers. Some of these are behind flags or only available in beta versions of browsers now but you will be seeing them in release versions very soon.

Gutters for Flexbox

CSS Grid Layout introduced the grid column-gap, grid-row-gap and grid-gap properties. Multi-column layout already had column-gap. It therefore made sense to remove these properties from the Grid and Multicol specifications and place them into Box Alignment, the specification that deals with space distribution and alignment across all specifications. This meant the gap properties – now renamed column-gap, row-gap and gap for all contexts could be specified for other layout methods – such as Flexbox.

At the time of writing, Firefox is the only browser to have implemented these properties for Flexbox and they are expected to ship in Firefox 63 (which should be available by the time you read this). However I would expect other browsers to follow suit. This should mean that instead of having to use margins to create gutters between flex items, you’ll be able to use gaps as in grid layout.

.flex {

display: flex;

flex-wrap: wrap;

row-gap: 20px;

column-gap: 10px;

}

Logical properties and values

NET

هذه القصة من طبعة November 2018 من NET.

اشترك في Magzter GOLD للوصول إلى آلاف القصص المتميزة المنسقة، وأكثر من 9000 مجلة وصحيفة.

هل أنت مشترك بالفعل؟

المزيد من القصص من NET

NET

NET

Camille Gribbons

UX designer at Booking.com, Camille Gribbons reveals how she first got into the industry

time to read

7 mins

June 2020

NET

NET

THE 5G UI REVOLUTION

Tris Tolliday describes his vision of a web UI catapulted forwards by 5G

time to read

3 mins

June 2020

NET

NET

HOW TO SHOWCASE YOUR DEV SKILLS

Aude Barral shares 5 top tips for landing your dream developer job

time to read

3 mins

June 2020

NET

NET

KNIVES OUT

Murder mystery film, Knives Out, grabbed everyone’s attention, and so did the fun website that promoted it. Oblio tells Tom May how it created its innovative 3D navigation

time to read

6 mins

June 2020

NET

NET

HOW EMOTIONAL LABOUR HINDERS WOMEN IN TECH

Christine Brewis, head of digital marketing at Studio Graphene, discusses how gender parity in tech has changed over the last ten years, and what more can be done

time to read

5 mins

June 2020

NET

NET

EDAN KWAN

He swapped life as a singer for a career making eye-popping digital visuals. The Lusion founder chats to Tom May about battling demons, winning awards and where digital advertising is heading

time to read

8 mins

June 2020

NET

NET

ANDREW COULDWELL

The Brit in LA discusses his new book on design systems, Laying the Foundations

time to read

3 mins

June 2020

NET

NET

Top 5 Tips For Ensuring Web Content Is Accessible For All

Merlyn Meredith outlines five top tips for ensuring web content is accessible for all

time to read

2 mins

May 2020

NET

NET

WHAT DOES THE FUTURE HOLD FOR BROWSERS?

Nico Turco examines the state of play with browsers, whether developers should encourage diversity or monopoly and how Google fits into it all

time to read

6 mins

May 2020

NET

NET

YEARS IN THE MAKING

Exclusively for net: The latest in a series of anonymous accounts of nightmare clients

time to read

3 mins

May 2020

Translate

Share

-
+

Change font size