Skip to content

Commit

Permalink
Hopefully everything
Browse files Browse the repository at this point in the history
  • Loading branch information
lawsie committed Nov 28, 2024
1 parent 147a81c commit dbe0899
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 8 deletions.
Binary file added en/images/recipe-final.webp
Binary file not shown.
29 changes: 23 additions & 6 deletions en/step_5.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,23 @@

--- challenge ---

Add more CSS code to style your `<h3>` headings and your paragraphs.

![screenshot](images/wanted-final.png)
Change your HTML and CSS code so that your poster looks the way you want it. You could:

Here's a list of some CSS properties you can use:
--- task ---
Change the text on the poster by editing `index.html`
--- /task ---

```
--- task ---
Change the CSS properties in `style.css` to make the poster look the way you want it.

Here is a list of some CSS properties you can use:

--- code ---
---
language: css
line_numbers: false
---
color: black;
background: white;
font-family: Arial / Comic Sans MS / Courier / Impact / Tahoma;
Expand All @@ -19,10 +29,17 @@ margin: 10px;
padding: 10px;
width: 100px;
height: 100px;
```
--- /code ---

--- /task ---

Can you make a poster for an event happening at your school? It could be a play, a sporting event, or even a poster advertising your Code Club!
--- task ---
Change the robot image to a different image from the images tab.
--- /task ---

--- task ---
Make a different poster for an event - it could be a play, a sporting event, or even a poster advertising your Code Club!
--- /task ---


--- /challenge ---
4 changes: 2 additions & 2 deletions en/step_6.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ If you are following the [HTML & CSS: Module 1](https://projects.raspberrypi.org

--- print-only ---

![ALT TEXT](images/IMAGE-FROM-PROJECT.png)
![A website showing the recipe for banana milkshake and an image of bananas](images/recipe-final.webp)

--- /print-only ---

--- no-print ---

<iframe src="https://editor.raspberrypi.org/en/embed/viewer/STARTER_PROJECT_SLUG" width="600" height="600" frameborder="0" marginwidth="0" marginheight="0" allowfullscreen>
<iframe src="https://editor.raspberrypi.org/en/embed/viewer/recipe-starter" width="600" height="600" frameborder="0" marginwidth="0" marginheight="0" allowfullscreen>
</iframe>

--- /no-print ---
Expand Down

0 comments on commit dbe0899

Please sign in to comment.