This shows you the differences between two versions of the page.
ii:labs:s2:02:tasks:02 [2024/03/17 18:00] florin.stancu [02. [20p] Minor Design Changes] |
ii:labs:s2:02:tasks:02 [2024/03/17 18:24] (current) florin.stancu |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ==== 02. [20p] Minor Design Changes ==== | + | ==== 02. [20p] Hyper-linking multiple pages ==== |
Time to add a second HTML page: | Time to add a second HTML page: | ||
Line 16: | Line 16: | ||
**Hint**: create a CSS class (e.g., ''.active'') with your desired properties and append it to the appropiate menu link element: ''<a class="nav-item nav-link" ...>'' (also note: different class attribute values are separated by space!). | **Hint**: create a CSS class (e.g., ''.active'') with your desired properties and append it to the appropiate menu link element: ''<a class="nav-item nav-link" ...>'' (also note: different class attribute values are separated by space!). | ||
</note> | </note> | ||
- | |||