You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
1.3 KiB
13 lines
1.3 KiB
4 years ago
|
# Style your bank app
|
||
|
|
||
|
## Instructions
|
||
|
|
||
|
Create a new `styles.css` file and add a link to it in your current `index.html` file. In the CSS file you just created add some styling to make the *Login* and *Dashboard* page looks nice and tidy. Try to create a color theme to give your app its own branding.
|
||
|
|
||
|
> Tip: you can modify the HTML and add new elements and classes if needed.
|
||
|
|
||
|
## Rubric
|
||
|
|
||
|
| Criteria | Exemplary | Adequate | Needs Improvement |
|
||
|
| -------- | ----------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------- |
|
||
|
| | All pages looks clean and readable, with a consistent color theme and and the different sections standing out properly. | Pages are styled but without a theme or with sections not clearly delimitated. | Pages lack styling, the sections looks disorganized and the information is difficult to read. |
|