Interactive Desing | Exercise 3
23.10.25 | Week 5
Haley Alexandra Gray | 0369029 | Bachelors of Design in Creative Media
Interactive Design GCD60904
Exercise 3 | Creating A Recipe Card
Table of Content :
Lecture Notes
Interactive Design GCD60904
Lecture Notes
Interactive Design GCD60904
Lecture Notes
Instructions
Week 5 | Exercise 3
Objective
In this exercise, you will create a recipe card using HTML and CSS. The goal is to design a basic webpage that displays a recipe's ingredients and instructions in a visually appealing format. Choose ONE recipe from the link below.
Task
- Create an HTML file named "index.html."
- Create a section that displays the following information:
- Recipe title
- Include necessary images for the page
- List of ingredients
- Step-by-step cooking instructions
- Apply the style element in your document.
- Apply CSS rules to style your recipe card.
- Use CSS selectors such as element selectors (e.g., body, h1, ul), class selectors (e.g., .recipe-title, .ingredient-list), and ID selectors (e.g., #instructions) to style different parts of the card.
Use your creativity to make the page look appealing and interesting
Deploy the exercise in Netlify and update your e-portfolio
Creating A Recipe Card
For this task, we have to create a recipe card using HTML and CSS, where we have to design a basic webpage displaying a recipe's ingredients and instructions in a visually appealing format.
Through learning more about CSS in class, I also used online research to help my understanding and guide me to help form the vision of my website better. I got inspired when searching for how recipe cards look like by this image from Canva, where I got the idea to split the page up to highlight ingredients and steps to make :
| Fig. 1 Recipe Card by Canva |
Link of resources used -
- https://www.youtube.com/watch?v=X_skOPBsYZE - Creating a header banner in html
- https://www.w3schools.com/css/css_margin.asp - Margins in CSS
- https://youtu.be/u2Va9Poda_g?si=9gBMl2nKgc1_i1jd - Splitting sections in web page
Exercise
From the website he gave us to choose recipes, I chose the recipe for 'Apple Cinnamon Hand Pies' to create a recipe card; my HTML website / recipe card :
My Code -
My Code - Dreamweaver
Feedback
Week 5 (23.10.25)
General Feedback : Start this exercise and use what we learned in class to develop your code.
Week 5 (23.10.25)
General Feedback : Start this exercise and use what we learned in class to develop your code.
Reflection
This exercise was different to the past two, and felt more advanced in terms of coding. Despite it being things we learned in class, while researching what a recipe card was it had quite a few design elements to it, so I decided to follow an inspiration, and recreate it, and so I had to find additional resources to teach me how to get the desired visual design through HTML and CSS. It was quite fun adjusting everything and making it look put together, but initially learning how to separate the page into two columns was tedious and frustrating, and I can tell that making an advanced website later on in the semester will be really difficult, in my opinion.
This exercise was different to the past two, and felt more advanced in terms of coding. Despite it being things we learned in class, while researching what a recipe card was it had quite a few design elements to it, so I decided to follow an inspiration, and recreate it, and so I had to find additional resources to teach me how to get the desired visual design through HTML and CSS. It was quite fun adjusting everything and making it look put together, but initially learning how to separate the page into two columns was tedious and frustrating, and I can tell that making an advanced website later on in the semester will be really difficult, in my opinion.
Comments
Post a Comment