Skip to content

Commit 64be115

Browse files
authored
Emphasise use of CSS in Wireframe spec
1 parent c44123d commit 64be115

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Wireframe/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
- [ ] Use semantic HTML tags to structure the webpage
88
- [ ] Create three articles, each including an image, title, summary, and a link
9-
- [ ] Check a webpage against a wireframe layout
9+
- [ ] Use CSS to lay out and style elements so they match a wireframe design
1010
- [ ] Test web code using [Lighthouse](https://programming.codeyourfuture.io/guides/testing/lighthouse)
1111
- [ ] Use version control by committing often and pushing regularly to GitHub
1212
- [ ] Develop the habit of writing clean, well-structured, and error-free code
@@ -21,9 +21,9 @@ Using the provided wireframe and resources, write a new webpage explaining:
2121
1. What is the purpose of a wireframe?
2222
1. What is a branch in Git?
2323

24-
The page layout should closely match the wireframe. Exact replication is the goal, but small differences may be accepted.
24+
Then arrange and style the elements so the page closely matches the wireframe. Exact replication is the goal, but small differences may be accepted.
2525

26-
There are some provided HTML and CSS files you can use to get started. You can use these files as a starting point or create your own files from scratch. You _must_ modify the HTML and CSS files to meet the acceptance criteria and you must check this criteria yourself before you submit your work.
26+
You can add image files, but you _must_ modify `index.html` and `style.css` to meet the acceptance criteria and you must check this criteria yourself before you submit your work.
2727

2828
## Acceptance Criteria
2929

@@ -32,7 +32,7 @@ There are some provided HTML and CSS files you can use to get started. You can u
3232
- [ ] The webpage is styled using a linked .css file.
3333
- [ ] The webpage is properly committed and pushed to a branch on GitHub.
3434
- [ ] The articles section contains three distinct articles, each with its own unique image, title, summary, and link.
35-
- [ ] The page footer is fixed to the bottom of the viewport.
35+
- [ ] The page footer is fixed to the bottom of the viewport; it remains in place when the page scrolls.
3636
- [ ] The page layout closely match the wireframe.
3737

3838
### Developers must adhere to professional standards.

0 commit comments

Comments
 (0)