Guilherme Costa
@cdGuilhermeAll solutions
QR code component (resubmit)
#accessibility#bemSubmitted 3 months agoLooking for feedback about what I might have missed or could've done better.
Testimonials Grid Section Solution
#sass/scss#bemSubmitted 10 months agoAny tips about CSS Grid or general code quality are welcome!
Four card feature section solution
#sass/scssSubmitted 11 months agoAny 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!
Product Preview Card Challenge
Submitted 11 months agoNothing specific. However I'm open to feedbacks about code quality or anything I can improve. If you find anything please let me know! 🙏
Omelette Recipe Page Challenge
Submitted 11 months agoI would like to know if my code follow best practices. This could be anything from code quality to accessibility. I'm open to feedbacks!
Social Links Profile Challenge
Submitted 11 months agoI 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 :)
Blog Preview Card Challenge
Submitted 11 months ago- 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.
QR Code Challenge using CSS
Submitted 12 months agoI would like to know how to better approach aligning elements using CSS.