Planning, Architecture, and Adaptive Layout Strategies
Abstract
Current web design transcends mere aesthetics to become a critical factor that shapes user experience (UX), scalability, and brand perception. Rigorous planning is the initial and fundamental step to ensure the success of any web project. This academic article explores the essential planning stages, from defining the Information Architecture (IA) to implementing two-dimensional (CSS Grid) and one-dimensional (Flexbox) layout strategies to achieve an efficient and fully adaptive (responsive) structural design.
I. The Foundational Planning of Web Design
Planning in web design is a crucial stage that establishes solid foundations for the site’s creation and ensures the established objectives are met.
Definition of Objectives and Audience
Before any design activity, it is imperative to determine the site’s objectives and needs. This includes defining the purpose (e.g., online store, corporate blog) and conducting research to understand the target audience, their needs, and expectations.
Information Architecture (IA)
Information Architecture (IA) is an essential discipline in web design, defined as structural design in shared information environments. It is responsible for the study, analysis, organization, arrangement, and structuring of information. Its primary goal is to facilitate the processes of understanding, information assimilation, and task execution by users as much as possible.
To learn more, consult this link:
¿Qué define una arquitectura web?
IA, as a specific part of user experience (UX), focuses on defining:
• The information structure, navigation, and organization schemes.
• The labeling of content to improve accessibility.
• The ease of search and content findability.
- Planning Tools: Wireframes The planning work is captured in deliverables, with the wireframe (or sketch) being an essential tool.
A wireframe is a visual diagram that outlines the skeleton or blueprint of the screen, showing how elements relate and are structured. Wireframes are used to:
• Outline the page structure and general layout.
• Plan the Information Architecture and the placement of elements.
• Consider the user flow (how they will navigate through the page). There are two levels of fidelity in wireframes:
Low fidelity: They act as a simple blueprint, used in the early stages of the process to quickly visualize the structure.
High fidelity (Mockup): These are more detailed and interactive diagrams. They include design elements and offer an idea of how the final design will work, being useful for user testing.

Description of the Visual Scheme:
Wireframe vs. Mockup The visual scheme should consist of two panels or diagrams presented side by side representing the same page structure (e.g., a homepage with a header, main content, and footer).
The following table: “Visual Element “,”Left Panel: Low-Fidelity Wireframe “,”Right Panel: High-Fidelity Mockup .
| Visual Element | Left Panel: Low-Fidelity Wireframe | Right Panel: High Fidelity Mockup |
|---|---|---|
| Purpose | Planning of the page structure and the Information Architecture (the “screen plane” or “skeleton”). | Complete visual representation of the structure, including design elements to give an idea of how the final design will work |
| Visual Detail | Low level of detail. Simple plan. Does not include large levels of detail | High level of detail. A detailed and interactive diagram |
| Content/Design | Use only boxes, lines and marker text. The text is represented with lines or with simulated text (placeholder). | It includes colors (applying the defined palette), actual typography (limited to 2-3 fonts), and final or almost final images. |
| Typography | A simple generic font (e.g. basic sans-serif) or horizontal lines are used to simulate blocks of text. | The chosen typography is applied, respecting the minimum recommended size (e.g. 13px/14px) and an adequate line spacing (20% greater than the font size), and bold or italics are used for hierarchy. |
| Color and Aesthetics | Black and white or gray scales predominate. Absence of color, since it focuses on the structure, not on the aesthetics | The color palette is used to define the visual hierarchy, highlight calls to action (e.g. Red), and convey the brand identity |
| Interactivity | Not interactive. Shows functionality in a conceptual way | It can be interactive and respond to user actions. The elements (buttons, menus) work like a prototype |
The main visual contrast is that the Wireframe focuses on where the content goes and how it is logically organized, while the Mockup focuses on how it looks and how it feels (aesthetic). The wireframe is the first step, used to quickly visualize the structure before moving on to add graphic details.
II. The Aesthetics and Key Elements of Design
The design of the User Interface (UI), which is part of the Presentation Layer of modern web architecture, depends on three critical components: color, typography and layout.
1. Color and Aesthetics
Color impacts the user experience, facilitates navigation and promotes brand recognition. It is essential to understand the psychology of color (for example, blue conveys confidence and professionalism; red urgency). An effective color scheme should be limited to 2-4 colors that complement each other.
Popular types of color schemes include:
• Monochrome: Variations of a single color, creating a clean look. • Analog: Adjacent colors on the color wheel, providing harmony.
• Complementary: Opposite colors on the color wheel, offering high contrast. It is vital to ensure that color choices offer adequate contrast between text and background to ensure accessibility, especially for users with visual impairments.
2. Typography and Readability
Typography influences brand personality and legibility. It is recommended to limit the design to 2-3 fonts maximum to maintain consistency and avoid visual disorder. To maximize readability:
Size: A minimum size of 13px/14px is recommended.
• Line spacing: It must be approximately 20% larger than the font size (example: 14px of letter with 16.8px of line space).
• Alignment: The use of justified text on the web is prohibited, since it causes gaps between words that distract reading (“cascade effect”). The marginalized text on the left is more comfortable and faster to read.
• Paragraph Length: The recommended length is between 45 and 75 words to prevent the user from getting lost.
3. The White Space,
Also known as negative space, is the area between the design elements. It is an essential component for effective web design. The strategic use of white space is fundamental because:
- Increases Readability: Helps separate paragraphs and sections, making the content more digestible. The blank spaces between paragraphs also help to rest the gaze.
- Improves Attention: With less clutter, key messages and calls to action stand out more, guiding the visitor to the desired actions. 3. Improves Aesthetics: A place with the right amount of white space is perceived as clean, modern and professional.
It is vital to ensure that color choices offer adequate contrast between text and background to ensure accessibility, especially for users with visual impairments.
2. Typography and Readability
Typography influences brand personality and legibility. It is recommended to limit the design to 2-3 fonts maximum to maintain consistency and avoid visual disorder.
To maximize readability:
• Size: A minimum size of 13px/14px is recommended.
• Interlined: It must be approximately 20% larger than the size of the font(ejemplo: 14px de letra con 16.8px de interlineado).
Alignment: The use of justified text on the web is prohibited, since it causes gaps between words that distract reading (“cascade effect”). The marginalized text on the left is more comfortable and faster to read.•
Paragraph Length: The recommended length is between 45 and 75 words to prevent the user from getting lost.
3. The White Space
Also known as negative space, is the area between the design elements. It is an essential component for effective web design.
The strategic use of white space is fundamental because:
- Increases Readability: Helps separate paragraphs and sections, making the content more digestible. The blank spaces between paragraphs also help to rest the gaze.
- Improves Attention: With less clutter, key messages and calls to action stand out more, guiding the visitor to the desired actions.
- Improves Aesthetics: A place with the right amount of white space is perceived as clean, modern and professional.
III. Layout Design and Structural Strategies
Layout is the process of organizing content on a website to create an intuitive experience.
1. Visual Hierarchy and Grid Systems
A visual hierarchy defines the order in which the elements are presented, ensuring that the most important elements are the most visible. This is achieved through the strategic use of size, color, position and typography. The use of a grid system is crucial, since it divides the page into rows and columns, facilitating the alignment of elements and maintaining consistency.
2. Two-dimensional and One-Dimensional Layout Systems
Modern layout techniques are based on Flexbox and CSS Grid, replacing old techniques such as floats. It is crucial to use both systems together: CSS Grid for the layout (the main structure) and Flexbox for the alignment.
| Sistema | Dimensionalidad | Propósito principal | Uso recomendado |
|---|---|---|---|
| Flexbox (Caja Flexible) | Unidimensional (1D) | Alignment and spacing of items | Small designs, UI components, or when the exact amount of content is unknown (content-first design) |
| CSS Grid (Rejilla) | Bidimensional (2D) | Complex page structure (simultaneous rows and columns). | Complex designs, complete page structures (heading, side menu, footer) (layout-first design |
Grid allows you to easily create complex layouts and define the space (gap) between blocks without using margin, which is ideal for handling multiple breakpoints.
3. Types of Layouts and Modern Trends
Although traditional designs such as two-column or three-column designs are possible and common using CSS Grid, trends in 2025 suggest a shift towards fluidity: • Flexible vs. Fixed Layouts: Modern design prioritizes flexible layouts, which adjust to the device and screen size, providing an optimal viewing experience. Fixed layouts, although they allow you to maintain strict control over appearance, are less popular.


• Asymmetric and Fluid Layouts: The trend in 2025 moves away from excessively symmetrical and gridded structures to adopt a more fluid and natural approach. Asymmetrical spaces and smooth transitions gain prominence to direct the user’s attention.
The site https://medium.com/ is an example of an asymmetrical and fluid layout that allows you to adapt its content to the size of the screen and the different devices that are accessed.


Tutorial de diseños simétricos y asimétricos en diseño gráfico)
A good web design allows a harmonious combination between a CSS grid base structure, with main areas (header, Sidecar, main-content) providing robust control over the layout, and asymmetric execution, where the composition is fluid and flexible. An excellent example of this combination is commonly seen in Sites of Design Agencies and Portfolios These sites seek to be visually creative. They often have a clear structure: (Chart 2) A navigation bar on the side and a main content area), but the content within that main area is placed asymmetrically (Chart 2). Conceptual example: A portfolio site may have the menu on the left (the sidebar), but in the main-content area, project images and text blocks are not aligned in uniform columns, but overlap or have variable sizes to create a dynamic visual flow. The Eggsquis site has an “out-of-center” design with a left sidebar when displaying the menu and a main content area that occupies two-thirds of the screen.
https://eggsquis.com/en/our-menu/
IV. Planning of Responsive Designs and Compatibility
Modern web applications emphasize responsive design to ensure compatibility on devices of all sizes. Nowadays, it is essential that the website is compatible with mobile devices. Adaptability is achieved by integrating these techniques in the design phase:
• Use of Flexible Layouts: Layouts must be adjusted to the size and resolution of the screen to ensure an optimal user experience.
• CSS Grid for Adaptation: CSS Grid is excellent for handling responsive design, working effectively with media queries and flexible drives.
• Resource Optimization: In addition to the structure, resource optimization, such as images, is key to mobile speed. For example, the “Lazy Loading” technique delays the loading of images until they are visible on the screen, significantly improving the initial loading speed of the page, which benefits UX and SEO.
Conclusion
The creation of a successful and effective web design in the digital landscape of 2025 requires a disciplined integration between the planning of information architecture, the application of aesthetic principles focused on readability (typography, white space) and mastery in modern structural systems (Flexbox and CSS Grid). By adopting a holistic vision, where the layout is thought in two dimensions (Grid) and the alignment in one (Flexbox), it is guaranteed that the final product is not only visually attractive, but also scalable, safe and adaptable to changing user expectations and design trends such as asymmetric and fluid layouts. Closing Analogy: Conceiving architecture and web design is similar to building an advanced LEGO building. The CSS Grid is the two-dimensional structural plane that defines where the master walls and floors (header, footer, main content) will be. The Flexbox is the internal alignment system that organizes the furniture and ornaments within each room (buttons, menu items, cards). If the structure (Grid) is solid and flexible, the interior (Flexbox) can adapt and align perfectly, regardless of whether the building is seen in a skyscraper (desk monitor) or in a model (mobile device).