generated from Code-Institute-Org/gitpod-full-template
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Milestone
Description
As a User, I would like to be able to print out the recipes, so that I can follow them without taking an expensive device into the kitchen
Acceptance Criteria
- Acceptance Criteria 1
Given That I am a user
When I find a recipe I want to follow
Then I have an option to print out the recipe - Acceptance Criteria 2
Given That I am a user
When I find a recipe I want to print out
Then I can print it out correctly formatted
Tasks
- Task 1 – Develop a print button within the recipe detail card template
- Task 2 – Develop a print style class within the css file to define which print areas print to remove unnecessary sections.