A website that focuses on importance and benefits of trees.
- Boilerplate HTML file
- Page title in the HTML file
- empty CSS file
- CSS file is linked to HTML
"As a user I can read the title of the page"
The site needs a clear title that's easy to read at the top of the page.
- there is a title at the top of the web page
- Header with the web site's title (issue)
- styling to center the title (issue)
As a user I can easily understand what is this page about
- there is a navbar on the top of the page.
- links: Introduction, Content, Extras (issue)
- style elements, hover (issue)
- place elements using flex (issue)
"As a user I can read about importance of trees"
It should be clear about the importance of trees to the environment.
- there is information explaining the importance of greenery and planting trees
- a div with title and paragraph explaining why trees are important
- styling to make the content look nice
"As a user I want to see images of trees"
There should be images of trees.
- there are images of trees
- A div with an img of a tree
-
styling the div to have a good width
-
style the image to be centered
"As a user I can learn if the page is reserved for a specific user and when it has been created"
Some info about the creation of the website date and reserver right.
- there is info about the date which the website is created and reserved right
- A footer with a paragraph with the date of the page creation and the name of the person who reserved it.
- styling the footer text to be centered.