Update exercises#4
Conversation
Updated exercises
bonboh
left a comment
There was a problem hiding this comment.
Hey @ChrisOwen101, I went through these exercises to create solutions for them and have got a few tweaks to make it better. Do they seem okay?
| ‘The zoo is open every day of the year and features three major biomes: the Tropic Zone, Temperate Territory, and the Polar Circle. From tropical birds, to snow leopards, grizzly bears, and one of the nation’s largest colonies of Antarctic penguins, there are animals to enjoy in every season.’ | ||
|
|
||
| ## 2) Bears: | ||
| Most of the text on the page is very close together. Increase the amount of space of the text so that there's more breathing space. |
There was a problem hiding this comment.
This was moved from 2) Bears. It seems like the text that's close together isn't an issue with paragraph margin, but with text line height. I've updated the task to try and get the trainee to update line-height to increase the text spacing.
|
|
||
| Make the first paragraph have a larger font size. | ||
|
|
||
| Again, the purple headings are hard to read on dark backgrounds, change them to a lighter colour. |
There was a problem hiding this comment.
We just changed the headings on line 37, Change the background colour to #483C46, the section titles to #F4743B, so the headings aren't purple anymore
| Add another news item with the title with today's date, and the title of ‘Which big cat are you?’ | ||
|
|
||
| ## 6) Membership | ||
| ## 6) Learning |
There was a problem hiding this comment.
The Learning section was switched with Membership below as it comes first in the source code. Having it in a different order confused me when going through the tasks
|
|
||
| The cards are stacked on top of each other which looks like a poor use of space. Change these so that they display horizontally across the screen. | ||
|
|
||
| Change each of the ‘Find out more’ links to a button, each one should have a different colour. |
There was a problem hiding this comment.
It sounds like this task is to change the a to a button, which shouldn't be done if the element links to another document.
No description provided.