Latest solutions
Designo agency website solution with multilingual support
#astro#typescript#sass/scssSubmitted over 1 year agoPassword Generator App Using TypeScript, JS Crypto and zxcvbn
#sass/scss#typescriptSubmitted almost 3 years agoInteractive Card Details Form (CSS/Typescript w/ Full Form Validation)
#sass/scss#typescriptSubmitted over 2 years agoExpenses Chart Component Solution using TypeScript & CSS Grid
#sass/scss#typescriptSubmitted almost 3 years ago
Latest comments
- @Ayoife@aaron-romanick
You followed the design fairly well with your CSS so that it matches the design specs on both desktop and mobile! Great!
A few things to keep in mind for next time:
- I'm wondering why you changed the height of the bars in the spending graph. I know when you mouse over them, they change height to match the design docs, but I'm having difficulty figuring out your purpose. Also, the bars "jump" horizontally when you mouse over them so it makes it difficulty to mouse over.
- I would maybe add a
min-width
to your overall container so that at very small sizes the design doesn't break. - I'd double check your semantic use of header elements; you have an
<h2>
before an<h1>
, which 99.9% doesn't happen. Use your CSS to style heading tags, not the default browser styles.
- @aldimhr@aaron-romanick
Great start!
One thing I noticed is that if you hit the "Reset" button, the theme toggle switch jumps to the #2 position unexpectedly.