Denemek ALTIN - Özgür
The Future Of CSS
NET
|November 2018
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.

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
Bu hikaye NET dergisinin November 2018 baskısından alınmıştır.
Binlerce özenle seçilmiş premium hikayeye ve 9.000'den fazla dergi ve gazeteye erişmek için Magzter GOLD'a abone olun.
Zaten abone misiniz? Oturum aç
NET'den DAHA FAZLA HİKAYE

NET
Camille Gribbons
UX designer at Booking.com, Camille Gribbons reveals how she first got into the industry
7 mins
June 2020

NET
THE 5G UI REVOLUTION
Tris Tolliday describes his vision of a web UI catapulted forwards by 5G
3 mins
June 2020

NET
HOW TO SHOWCASE YOUR DEV SKILLS
Aude Barral shares 5 top tips for landing your dream developer job
3 mins
June 2020

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
6 mins
June 2020

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
5 mins
June 2020

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
8 mins
June 2020

NET
ANDREW COULDWELL
The Brit in LA discusses his new book on design systems, Laying the Foundations
3 mins
June 2020

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
2 mins
May 2020

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
6 mins
May 2020

NET
YEARS IN THE MAKING
Exclusively for net: The latest in a series of anonymous accounts of nightmare clients
3 mins
May 2020
Translate
Change font size