Navi33 / navi33.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Frontend Mentor - QR code component solution

This is a solution to the QR code component challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.

Table of contents

Overview

Screenshot

Links

My process

Built with

  • Semantic HTML5 markup
  • Flexbox

What I learned

Use this section to recap over some of your major learnings while working through this project. Writing these out and providing code samples of areas you want to highlight is a great way to reinforce your own knowledge.

To see how you can add code snippets, see below:

First off, is I love having the style guide as this is my first time building a page with it. It helps takes of the hard part for me which is the design part.

Applied a reusable CSS

.round-border{
    border-radius: 0.5rem;
}

Continued development

I am not yet comfortable with HTML and CSS and will continnue to do this atleast weakly for practice. I would like to improve on how to

Useful resources

Author

  • Website - navi33 Soon to be my Personal website.
  • Frontend Mentor - @Navi33
  • Twitter - @xemnes003 * Will change to a professional twitter account for my coding once made.

Acknowledgments

As mentioned in the Useful resources. I am now struggling to get out of tutorial hell and this feels like a positive step in doing so. Kevin Powell's Youtube channel is one of my goto resources for Front end knowledge.

About


Languages

Language:HTML 56.0%Language:CSS 44.0%