michalusio / KuneKune

An informational site about KuneKunes
0 stars 0 forks source link

4. Create a banner and a header #5

Closed majarzabek closed 5 months ago

majarzabek commented 5 months ago

We should have at least 2 components there:

  1. header
  2. banner

Please use modular styles and keep in mind, that some elements will be reused (eg. button), so you can choose to either create a component for the button, or use globally available styles for it (the first option is better). The picture will be stored in assets, on React side.

Please use scss for styling, as it is much more convenient to use than plain css. To enable it, install the sass package using npm install -D sass. To create a modular style, the extension should be .module.scss. Then you can import the style in the component by writing import styles from <filepath>;

image

Gyllenberg commented 5 months ago

I would argue this task has been completed thanks to magda?