nanikore0
@nanikore0All solutions
- Submitted 5 months ago
Testimonials Grid Section Solution
- HTML
- CSS
Any tips about CSS Grid or general code quality are welcome!
- Submitted 5 months ago
Four card feature section solution
- HTML
- CSS
Any tips regarding SASS or CSS Grid will be highly appreciated. I would also appreciate feedback about my code quality, if you find anything that could be improved please let me know!
- Submitted 6 months ago
Product Preview Card Challenge
- HTML
- CSS
Nothing specific. However I'm open to feedbacks about code quality or anything I can improve. If you find anything please let me know! π
- Submitted 6 months ago
Omelette Recipe Page Challenge
- HTML
- CSS
I would like to know if my code follow best practices. This could be anything from code quality to accessibility. I'm open to feedbacks!
- Submitted 6 months ago
Social Links Profile Challenge
- HTML
- CSS
I am looking to get feedback about the quality of the code that I've written, I tried my best to code while following best practices but maybe I missed something. I'm open to feedbacks for accessibility tips and code quality. Any advice will do! Thank you :)
- Submitted 6 months ago
Blog Preview Card Challenge
- HTML
- CSS
- In this project I wasn't able to use the custom downloaded fonts (Figtree) when deploying my project to GitHub Pages when it works just fine locally.
This is the code I was using when importing fonts locally:
@font-face { font-family: 'Figtree'; src: url('../assets/fonts/Figtree-VariableFont_wght.ttf'); }
I managed to make it work by importing the fonts from the html document using google fonts with the following code:
- Also I'd appreciate any tips about improving my workflow when using Git as I'm quite new to version control.
- Submitted 7 months ago
QR Code Challenge using CSS
- HTML
- CSS
I would like to know how to better approach aligning elements using CSS.