Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

html layout and basic styling #276

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

laurelbonal
Copy link

HTML Structure: I've set up the HTML structure according to our project requirements, using semantic elements like

, , and

to

for better accessibility and SEO.

External Font: Incorporated the "Gatile" font from a CDN for a consistent and appealing typography across the project.

Main Components: Created sections for the top bar, search area, and recipes display, ensuring a clear and organized layout.

CSS Styling: Basic styling has been applied to enhance the visual appeal and user experience.

Images and Alt Text: Added images with appropriate alt text for accessibility and SEO best practices.

Script Inclusion: Noted that the JavaScript file is included via bundle.js, ensuring proper functionality without cluttering the HTML file.

Body Styling:

Background color has been updated to #fff3e0, creating a welcoming ambiance.
Incorporated the "Gatile" font family for a consistent and elegant typographic style.
Utilized flexbox to organize elements in a column layout, ensuring responsiveness and flexibility.
Top Bar Styling:

Configured the top bar to display as a flex container with evenly spaced and horizontally centered items.
Main Body Styling:

Implemented flexbox to evenly distribute space around the main body content, contributing to a balanced layout.
Search Area and Recipes Styling:

Applied a background color of #9d968b to the search area and recipes section, providing clear visual separation.
Specified specific widths for these sections to maintain proportionality and aesthetic appeal.
Recipe Styling:

Utilized flexbox for individual recipe containers (recipe1, recipe2, recipe3) to ensure consistent alignment and spacing.
Adjusted the height of recipe images to 200px, ensuring uniformity and visual appeal across recipes.

Your feedback and suggestions for further improvements are highly appreciated. Looking forward to your review!

@KojinKuro KojinKuro deleted the feture/style branch March 24, 2024 22:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant