
đ Yuliya đ
@O-Julia-OAll comments
- P@K1douP@O-Julia-O
Amazing work, man!
- @mohit5543P@O-Julia-O
niceee job!
- @a-2280What are you most proud of, and what would you do differently next time?
This was my first time working extensively with the DOM
What challenges did you encounter, and how did you overcome them?I had problems rendering the info but I figured it out
What specific areas of your project would you like help with?How did I do?
- @ReziBarabadzeP@O-Julia-O
Suuuper!
- @JaegermeistyWhat are you most proud of, and what would you do differently next time?
Used a long time on the project. Not that it took long, but took long breaks in between. Made it a confusing project. Of the project itself, I was stunned at the simplicity of the javascript. For some reason I thought this would have advanced javascript but it wasn't. Still something to learn.
What challenges did you encounter, and how did you overcome them?They way you checked which radio input was checked was new to me and unknown before this. The solution was much easier than I imagined.
Also unchecking the radio inputs when reloading the page was totally new and had to be searched up and learned.
What specific areas of your project would you like help with?I know the color of the box is something of a combination of the dark blue and a lighter color. Didn't get it to work correctly so just have a plain dark blue color.
P@O-Julia-OAmazing work, my friend!
- P@danmlarsenWhat specific areas of your project would you like help with?
I appreciate any helpful feedback
P@O-Julia-OLooks very well. Keep coding
- P@teempeP@O-Julia-O
you are doing great job! Keep coding!
- @alisaTongaWhat are you most proud of, and what would you do differently next time?
That's my first adaptive web. I stragle most with Css code aligning elements and trying to make it adaptive.
What challenges did you encounter, and how did you overcome them?As i told that was my first time doing it, i found youtube video and did almost the same thing.
What specific areas of your project would you like help with?I think right now styling the web is my issue. I;m writting code but sometimes i dont complitely undersand consequences of some parts of code.
P@O-Julia-OHello, Alisa!
You are doing a great job!
Here are some links which tells you more about aligning items on page.
FlexBox: https://css-tricks.com/snippets/css/a-guide-to-flexbox
Grid: https://css-tricks.com/snippets/css/complete-guide-grid
Keep coding :)
Marked as helpful - P@LaStellaaWhat are you most proud of, and what would you do differently next time?
This is my third "newby" project and i realized I could do some of the things much easier than the last two projects so I guess I'm proud of making progress!
What challenges did you encounter, and how did you overcome them?I guess the footer was a little bit of a challenge, as well as making the code responsive. I will keep practicing with responsiveness until I feel confident.
P@O-Julia-OHello, LaStellaa!
You are doing a great job! But I noticed that you are struggling with positioning the content in the center of the page. I would recommend two options for that. You can write in main block
Flexbox:
display: flex; justify-content: center; align-items: center; min-height: 100vh;
or GRID(almost the same) :
display: grid; place-items: center; min-height: 100vh;
Both of them are good, but second is a bit shortly version.
Also here two good links to find out more information about flexbox and grid.
FlexBox: https://css-tricks.com/snippets/css/a-guide-to-flexbox
Grid: https://css-tricks.com/snippets/css/complete-guide-grid
Have a good time :)
Marked as helpful - @whawariWhat are you most proud of, and what would you do differently next time?
Learning more about Tailwind CSS, and learning how the box shadow property works!
What challenges did you encounter, and how did you overcome them?- Adding custom local fonts. I overcame this challenge by googling and following Tailwind CSS documentation.
It was mentioned not to use media queries in the challenge, however I used media queries to match the design. I searched on how to create responsive text without the use of media query and stumbled upon the clamp() function and the (vw, vh, vmax, and vmin) CSS units. I did not know how to exactly apply them to the design. It would be great to know how to achieve responsive text without using media queries!
P@O-Julia-OGreat work!
- @tugcekizildgP@O-Julia-O
I tried to find something wrong, but instead I found a way how to solve my problem with overflow:hidden :)))
You made a great work! Keep coding!
- @tugcekizildgP@O-Julia-O
Looks very similar :) Keep coding:)
- @ErrorCode710What are you most proud of, and what would you do differently next time?
The Grid I easily finish it
What challenges did you encounter, and how did you overcome them?the layout, Trial and error
What specific areas of your project would you like help with?If you have any suggestions on how I can improve this project, feel free to leave me a comment!
P@O-Julia-OYou did it well! Keep coding :)
- @sai2k23P@O-Julia-O
I like it :)
- @DiegoAlveesP@O-Julia-O
Perfect work!
- @Evgeniy-HozyainovP@O-Julia-O
woooow. I like the code very much. Amazing work :)
- @Nirvik26P@O-Julia-O
Looks very good; Great work!
- P@javontrlrobertsWhat are you most proud of, and what would you do differently next time?
I am proud of the fact that I was able to apply box-shadow to style the card. I had not used this property previously and I'm happy with the results.
What challenges did you encounter, and how did you overcome them?Learning how to apply the box-shadow property properly.
What specific areas of your project would you like help with?None thus far but I could always use advice when it comes to making my page(es) responsive, whether naturally or via media query.
P@O-Julia-OGreat job! But forgot about the border around the whole card. :)