unaygney
@unaygneyAll comments
- @MrcsbdaSubmitted about 1 year ago@unaygneyPosted about 1 year ago
Your project looks good 🚀 ⚡️ but i have a suggestion for you . if i refresh the page which is not main page , your project is crashing. you can solve this that you should create
_redirects
files that is public directiory .and then you paste/* /index.html 200
and save this. your projecet will not crash nevermore.Marked as helpful0 - @mericcintosunSubmitted about 1 year ago
Hello Frontend Mentor community!
In this project, I tackled Frontend Mentor's Responsive Web Design Challenge and I'd like to share my solution with you all. This project was a learning experience aimed at improving my HTML and CSS skills.
Technologies and Tools Used:
HTML5 CSS3 (Using Flexbox and Grid) Visual Studio Code Google Chrome Developer Tools
Objectives: While working on this project, I aimed to achieve the following goals:
Learn and apply the fundamental concepts of responsive web design. Gain a better understanding and usage of CSS Flexbox and Grid.
Challenges and Learning Experience: I encountered some challenges during the project, particularly the intricacies of responsive design kept me engaged. However, overcoming these challenges significantly enhanced my skills, making me a better frontend developer.
Thank you for taking the time to review my project. I welcome any feedback and suggestions. Your input is invaluable as I strive to further my learning journey.
I'm also looking forward to seeing your projects on the Frontend Mentor platform. Let's continue learning and growing together!
Thanks, [Meric Cintosun]
@unaygneyPosted about 1 year agohello meric. Your project looks great. 🤩 🚀⚡️ I have a few suggestions for you.
If you give a width to main and a
background-image: url("image.path")
to section.image, you will avoid having to create two img tags. You can also set many effects on the background. I recommend you review it.Keep Coding 💪🏼
Marked as helpful1 - @System625Submitted about 1 year ago@unaygneyPosted about 1 year ago
hi , your design look very good. i have a suggesstion for your design. If there is only one div in the body and you want to center it, you can easily center it if you give the ,
body{min-height : 100vh , display: grid ,place-items:center }
Other than that, your project looks very nice. Keep coding 🚀0 - @AhmadIkhdairSubmitted over 1 year ago
Third project, a lot of room for improvement but slowly getting used to using flexbox and making the website responsive.
@unaygneyPosted over 1 year agoHi, your project looks great. I just have a suggestion for you. If you want the image to look better in the mobile version, you can use
object-fit: cover;
. Good luck.Marked as helpful0