RohanIV
@RohanIVAll comments
- @KMS56135Submitted 2 months ago
- @walissonrubensSubmitted 4 months ago
- @RohanIVSubmitted 6 months agoWhat are you most proud of, and what would you do differently next time?
Implementing JS, still don't fully get it but managed to make it work.
What challenges did you encounter, and how did you overcome them?Getting JS to work. A lot of research and video watching.
What specific areas of your project would you like help with?- When I extend each question, on the smaller screens the background doesn't extend to the bottom and leaves a blank space. Don't know how to fix it.
- Any tips on make my JS code more efficient if needed.
2a. And any tips on getting better at JS. (still gonna keep practicing)
Thank you in advanced
@RohanIVPosted 6 months agoThank you for commenting. I managed to fix it. In my CSS I had
background-image: url("assets/images/background-pattern-mobile.svg");
and i change it to
background-image: url("../assets/images/background-pattern-mobile.svg");
I just had to add ../ to the beginning @rtoddm
1 - @MrcoolprinceSubmitted 6 months agoWhat are you most proud of, and what would you do differently next time?
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
- Screenshot
- Links
- My process
- Built with
- What I learned
- Continued development
- Useful resources
- Author
- Acknowledgments
- Solution URL: Add solution URL here
- Live Site URL: Add live site URL here
My process
First i started from observing the figma file which gave me a good idea of how to start, Then i moved to the html part from creating a div for the first container which will contain our Qr code and paragraph then created another div and container for the qr code image part then continued by creating the paragraph part at last the attribution part. Next moving to the css part i started by giving my desktop a proper margin to hold my html structure in place the continued by coloring it to match the figma and continued to the container part which will contain everything(the Qr code image and the paragraph) after giving the container a proper margin and padding which helped me to hold it in position and followed by width and height the container had been finished moving to the Qr code image which was done by width and height in addition to the border-radius. Then continuing to the paragraph part i started by giving it a proper font weight and font style which was the easy part thanks to google font then finished it by giving it the font size.
Built with- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- CSS Grid
I learned a lot of things which helped me to test my knowledge specially the Css parts.
I will show you the best parts below:
Continued development#rectangle { background-color: hsl(0, 0%, 100%); width: 22%; text-align: center; margin: auto; margin-top: 11%; border-radius: 20px; box-shadow: 0px 25px 25px rgba(0, 0, 0, 0.05); } #text2 { text-align: center; font-family: 'Outfit', sans-serif; font-weight: 400; color: hsl(220, 15%, 55%); font-size: 15px; display: inline-block; left: 0%; width: 256px; position: relative; letter-spacing: 0.19px; }
As my learning journey continues i will be focussing on the css part specially the css-grid and flex-box which had been a challenge for me.
Useful resources- Resource 1 - This helped me to get great fonts reason. I really liked this website and will use it going forward.
- Resource 2 - This is an amazing website which helped me finally understand Css(flex-box and grid). I'd recommend it to anyone still learning this concept.
- Resource 3 - This is an outstanding website which helped me find some help concerning my code. I'd recommend it to anyone having the same problem.
Author
- Frontend Mentor - @Mrcoolprince
- Twitter - @Mr_cool_prince
Acknowledgments
I would like to thank FRONT-END MENTOR for helping me advance my coding knowledge and test my self .
What challenges did you encounter, and how did you overcome them?I was challenged with placing the qr code image which I over came by the help of the community
What specific areas of your project would you like help with?I would like to get help with understanding flex-box and CSS grid
@RohanIVPosted 6 months agoThese helped my with learning flex and grid:
flexbox zombies - game
flexbox froggy - game
Grid Garden - game
Josh W Comeau - Grid, Flex and other stuff (interactive site)
0 - @David-dawnSubmitted 7 months agoWhat are you most proud of, and what would you do differently next time?
Am proud to pull this off, cause it contains advance css grid
What challenges did you encounter, and how did you overcome them?None
What specific areas of your project would you like help with?None
- @brainkaSubmitted 7 months agoWhat are you most proud of, and what would you do differently next time?
I am so used to using flex box, but am pretty happy with learning to use grid as well.
What challenges did you encounter, and how did you overcome them?Getting the cards to be correct height and width.
I created another row instead of using gap...not sure if this is the correct way of doing this.
What specific areas of your project would you like help with?Overall review of my code and any feedback on my solution.
@RohanIVPosted 7 months agoNice site. I gave my card a width then for my grid section I used align-items: center; to get them in place and even. Still new to grid but hope this helps
0 - @omwanzakSubmitted 7 months agoWhat are you most proud of, and what would you do differently next time?
completing the challenge
What challenges did you encounter, and how did you overcome them?- positioning the 169 previous price is hard for me because it kept shifting with different screens
- I could not the exact padding measures on figma, had to come up with my own calculations
- I started with the mobile design and could not hack it, shifted to desktop then adjusted to mobile.
- the media query is a bit challenging-Did not use font display, line height, line length font size topography
the above mentioned challenges
@RohanIVPosted 7 months agoNice page. You can try this for your 169 price:
- remove: 'justify-content: space-between; on .price tag and add 'align-item: center;' .pricetag { align-item: center display: flex; line-height: 1rem; margin-bottom: 10px; }
-remove width:50px; from .price1 .price1 { color: #3D8168; font-family: "Fraunces", sans-serif; font-weight: 700; font-size: 32px; margin: 10px; margin-left: 0; }
hopefully this helps
Marked as helpful0 - @DivadovitchSubmitted 7 months agoWhat are you most proud of, and what would you do differently next time?
Adapting the image to the smartphone version with container queries.
What challenges did you encounter, and how did you overcome them?I didn't look at the mobile version until I finised the desktop version. I had to make changes in the css for the
What specific areas of your project would you like help with?h1
and the image recipe. I used clamp for the font size and container queries for the image.A better way to adapt the image of the recipe in a fluid manner between the desktop and the mobile version.
@RohanIVPosted 7 months agoStill learning myself but, maybe try 'mobile first design' as for me it it easier to start small and then get bigger. It also helps with responsiveness and accessibility.
0 - @scuzzi808Submitted 7 months ago@RohanIVPosted 7 months ago
Nice work. You can use "button{border:none;}" to get a cleaner button look.
0 - @Poornachandran14Submitted 7 months ago
- @Disney-BanjeSubmitted about 2 years agoWhat are you most proud of, and what would you do differently next time?
Easy project for me. Improved my HTML semantic structure and included relative units for CSS.
What challenges did you encounter, and how did you overcome them?No Challenge encountered! A fairly easy one for me.
What specific areas of your project would you like help with?Some feedback would be highly appreciated.
@RohanIVPosted 7 months agoNice page. Nothing to add, but learned a bit myself reviewing your code.
0