sass hacks
- 5 basic UI elements
- what sass do?
- How does the number guesser game work?
- Explain how SASS can be used to make the number guesser game look more visually appealing?
- Hack 1
- Hack 2
- hack 3
5 basic UI elements
- Buttons
- Text Field
- Drop Down List
- Check-boxes
- Radio Buttons
what sass do?
- SASS extends the capabilities of CSS by adding features like variables, mixins, and nesting.
How does the number guesser game work?
- javacript choses a random number
- the user gusess
- if too high, print say too high
- if too low, print too low
- if guessed print, yes..
Explain how SASS can be used to make the number guesser game look more visually appealing?
- SASS can be used to make the number guesser game more visually appealing by allowing developers to create reusable styles using variables and mixins. For example, a color palette could be defined as variables in SASS, allowing for consistent color usage throughout the game.
Hack 1
Hack 2
https://hsinaditam.github.io/Danish_Cookies/button/
extra
hack 3
https://hsinaditam.github.io/Danish_Cookies/2023/04/27/game.html