Skip to content

Commit 3dffdfe

Browse files
author
Chris Owen
authored
Merge pull request CodeYourFuture#4 from CodeYourFuture/update-exercises
Update exercises
2 parents e1c9d9e + 3c73642 commit 3dffdfe

File tree

1 file changed

+8
-16
lines changed

1 file changed

+8
-16
lines changed

zoo-css-challenge/README.md

Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,13 @@ You are encouraged to use Google to help you find the answers to these problems.
1010

1111
First of all, we don’t want the logo to have a purple border. The logo has an ID of logo, make sure this has no border.
1212

13-
The first section has a class name of ‘introduction’.
14-
15-
Give this section a white background.
16-
17-
Add a paragraph to this section with the following text:
13+
The first section has a class name of ‘introduction’. Give this section a white background. Add a paragraph to this section with the following text:
1814

1915
‘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.’
2016

21-
## 2) Bears:
17+
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.
2218

23-
Most of the paragraphs are too close to the content below it. Give every paragraph some margin at the bottom so that they have a bit more space.
19+
## 2) Bears:
2420

2521
All the images of bears have the same border colour, can all these images be given a different border colour?
2622

@@ -38,30 +34,26 @@ Change the background colour to #483C46, the section titles to #F4743B, and the
3834

3935
Make the first paragraph have a larger font size.
4036

41-
Again, the purple headings are hard to read on dark backgrounds, change them to a lighter colour.
42-
4337
## 5) News
4438

4539
Can the title of this section be centred in the middle of this page?
4640

4741
Add another news item with the title with today's date, and the title of ‘Which big cat are you?’
4842

49-
## 6) Membership
43+
## 6) Learning
5044

51-
Give the paragraph a maximum width of 700 pixels, and keep in the middle by adjusting the margin.
45+
The buttons are a little hard to read. We’d like the buttons to have larger text, and also to change colour when you hover and focus on them.
5246

53-
## 7) Learning
47+
We don’t like the hard corners here. Can you give the container in the section some rounded corners?
5448

55-
The buttons are a little hard to read. We’d like the buttons to have larger text, and also to change colour when you hover over them.
49+
## 7) Membership
5650

57-
We don’t like the hard corners here. Can you give the container in the section some rounded corners?
51+
Give the paragraph a maximum width of 700 pixels, and keep in the middle by adjusting the margin.
5852

5953
## 8) Programs
6054

6155
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.
6256

63-
Change each of the ‘Find out more’ links to a button, each one should have a different colour.
64-
6557
Make sure all the links open in a new tab.
6658

6759
## 9) Badge

0 commit comments

Comments
 (0)