#layout

[ follow ]
Medium
3 months ago
UX design

A 4-step framework for crafting meaningful designs

Content, structure, layout, and style are the four key steps in the design process.
Content should be prioritized and considered before choosing design elements.
The content-first approach ensures that design and content work together to create impactful designs. [ more ]
uxplanet.org
4 months ago
UX design

If I started UX Design in 2024, Here's What I'd Do!

https://undraw.co Most beginners associate UX design with the use of Figma.
But UI/UX design is a broader field of knowledge and skills.
Alvinalexander
3 months ago
Scala

What I learned today, February 23, 2015 (mostly Android)

Need to refresh cursor data set before calling notifyDataSetChanged
GridView scrolls automatically [ more ]
uxplanet.org
4 months ago
Web development

Grid Systems in Design

A grid system is a structure of columns and lines that dictates where design elements should be placed on a page.
Using a grid system helps maintain consistency in layout, create visual hierarchy, and establish predictable design patterns. [ more ]
Joshwcomeau
5 months ago
Web development

An Interactive Guide to CSS Grid

CSS Grid is a powerful tool for creating sophisticated and fluid layouts in CSS.
CSS Grid is supported by all major browsers since 2017 and has a browser support of 97.8%.
CSS Grid allows us to define the grid structure, including rows and columns, purely in CSS. [ more ]
www.nytimes.com
4 months ago
NYC real estate

$3 Million Homes in California

The house is located in Potrero Hill, within walking distance of various amenities and attractions.
The house has a spacious layout with high-end features and finishes. [ more ]
LogRocket Blog
5 months ago
Web design

Designing advanced layouts with CSS Subgrid - LogRocket Blog

CSS Subgrid is a new feature in CSS that enhances the capabilities of grid layouts.
It allows nested grid items to align with the tracks of the parent grid, creating more flexible layouts. [ more ]
Lene Saile
6 months ago
Web design

About subgrid and colored grid lines

Subgrid allows nested grids to inherit row and column tracks from the nearest ancestor grid.
Using subgrid, a single grid can be created for the whole page that can be used to layout items regardless of how deeply they are nested in the DOM. [ more ]
Frontendmasters
4 months ago
DevOps

Container Queries and Units

Container queries allow you to set styles based on an element's current size, giving flexibility to the layout.
With container queries, you can tightly couple the styling of a component's content with the size of the component itself, increasing isolation and reducing complexity. [ more ]
[ Load more ]