@use "@styles/abstracts/functions" as fun; .progress { width: max-content; margin: var(--spacing-sm) auto var(--spacing-md); text-align: center; &__info { margin-bottom: var(--spacing-2xs); font-size: var(--font-size-sm); } &__bar[value] { display: block; width: clamp(25ch, 20vw, 30ch); max-width: 100%; height: fun.convert-px(13); appearance: none; background: var(--color-bg-tertiary); border: fun.convert-px(1) solid var(--color-primary-darker); border-radius: 1em; box-shadow: inset 0 0 fun.convert-px(4) fun.convert-px(1) var(--color-shadow-light); &::-webkit-progress-value { background-color: var(--color-primary-dark); border-radius: 1em; } &::-moz-progress-bar { background-color: var(--color-primary-dark); border-radius: 1em; } &::-webkit-progress-bar { background: var(--color-bg-tertiary); border: fun.convert-px(1) solid var(--color-primary-darker); border-radius: 1em; box-shadow: inset 0 0 fun.convert-px(4) fun.convert-px(1) var(--color-shadow-light); } } } value='main' selected='selected'>main Collection of small JS/React/Angular applications.Armand Philippot
aboutsummaryrefslogtreecommitdiffstats
path: root/public/projects/js-small-apps/rock-paper-scissors/README.md
blob: 834c7161cb83a0bbb3546aee588f17ad30ce66ef (plain)
1
2
3
4
5
6
7
8
9
10
11
# Rock Paper Scissors

A Javascript implementation of the game.

## Preview

You can see a live preview here: https://demo.armandphilippot.com/#rps-game

## License

This project is open-source and available under the [MIT License](../LICENSE).