Breakpoints variables with pure CSS

In CSS can use variables most of the time. ⛶:root { --color-main: red; }But, can't use variables in @media queries. ⛶@media (min-width: var(--br-md) { /* will never work */ }Unexpected solution ...
0 Read More

Counter web app

Counter web app
About A simple counter app using html,css,js and go(for backend). Link to repo: link to repo Overview We serve the frontend using go's http server package. It serves the index...
0 Read More