What are you most proud of, and what would you do differently next time?
Jestem dumy że udało mi się zarobić jasnoniebieskie półkola - które zmieniają kolor przy wersji MOBILE
What challenges did you encounter, and how did you overcome them?
Jak stworzyć jasno-niebieskie koła i połączyć to z dodaniem qr-code aby wszystko się nie "rozjeżdżało" ale także aby koła chowały się (aby można było użyć "overflow: Hidden".
Udało się to zrealizować za pomocą a także ustawić na 2/3 "position: relative" a na 1/3 "position: absolute"
What specific areas of your project would you like help with?
Chciałbym pomocy, czy udało by się stworzyć jasno-niebieskie półkola w prostszy sposób??
What are you most proud of, and what would you do differently next time?
I am proud that I was able to solve the problem and apply my basic knowledge of html/css. Next time I would like to solve problems in less time.
What challenges did you encounter, and how did you overcome them?
The challenge I faced was that I was not very familiar with git/github but I saw some YouTube tutorials to help me. Also, I was not able to emulate the design 100% especially the text part.
What specific areas of your project would you like help with?
I would like to get some help in making the text 100% similar to the design.
What are you most proud of, and what would you do differently next time?
I am most proud of completing my first FrontEnd Mentor challenge, which gave me experience utilizing Figma designs as a blueprint to develop the web page using semantic HTML and CSS3. Practice with Git and Github while developing the page was incredibly helpful as well.
What challenges did you encounter, and how did you overcome them?
Some challenges I faced regarding how to view exact details in the Figma design. However, this was simply due to it being my first time using Figma. I googled some resources to help me understand the lay of the land in Figma and was soon able to figure out how to view specific information needed to get dimensions and other information required to complete this task as accurate to the mock up as possible. Example of an issue would be trying to find the precise information for the subtle box-shadow in the Figma design.
What specific areas of your project would you like help with?
Thank you for taking a look at my project! I welcome and appreciate any feedback regarding the organization of my code, along with any pointers or tips on how to improve my use of HTML syntax, CSS organization, or anything else that may come to mind.
Hi there, if you want to improve your Html next time you can use section or article as container instead of div that way your Html will be more semantic but only if there is h tag like in your case the class ="card-bottom" can be structured like this:
<section class="card-bottom">
<h1>Improve your front-end skills by building
projects</h1>
<p>Scan the QR code to visit Frontend Mentor and take your
coding skills to the next level</p>
</section>
It's a little tip and I hope it will be useful, anyway congratulations on completing your first challenge and keep up the good work.
What are you most proud of, and what would you do differently next time?
I think my understanding of the CSS has improved a bit.
What challenges did you encounter, and how did you overcome them?
I encountered the challenge of min-width and max-width while making the design responsive. However both of them have been sorted.
What specific areas of your project would you like help with?
Please someone tell me that the code written by me for this design is correct and if it correct how can I improve? Suggest better ways to make the design responsive.
Hello, the construction of your HTML file is good, what difference you can do is use a tag instead of the button since the a tag is used to link from one page to another.
You can also add target attribute to open the link on a new page.