Latest solutions
Latest comments
- @thaihanguyen98@Lartzmanuel
Site looks pretty great! Great job👍 In your github repo I found your .gitignore file. gitignore are not meant to be accessed by anyone who views your repository. This is because gitignore files usually contain sensitive data such as passwords. I don't know how you uploaded it in your repo but make sure it's not accessible to others so that sensitive data wouldn't be compromised! Hope this helps!
- @karan-2004@Lartzmanuel
Hi there, I just checked your site using mobile phone and everything wasn't in place. Try to make your design responsive to mobile screen by designing your app using mobile first approach Remove the box shadow as it was not in the original design Add some padding in your input to also create some spacing. Try to also play around the font sizes to get your design closer to the original design I hope this helps!👍
- @arikanb@Lartzmanuel
You can use media queries like this:
@media-query only screen and (min-width: 700px){ .image-container { content: url(/assets/images/etc); Object-fit: cover; } }
Note that I just used 700px as my break point for example sake. You can adjust the break point to your liking.
I hope this helps👍
- @Turbosohaib@Lartzmanuel
Hey Man, Site looks pretty great in terms of layout. A few things need to be handled. When you hover over some of elements they don't change colors as required in the project. You also need to handle your button's background when hovered on. Your site is not mobile responsive. These issues when handled will make the site perfect! Keep up the good work man :)
Marked as helpful - @JessicaRagnar@Lartzmanuel
Hey there, Checked out your site and it's pretty cool.. But a few things.. It'd be better to rather target all html elements and reset to allow proper layout control. Code below
* { margin: 0; padding: 0; box-sizing: border-box; }
Aside that I think every other thing is fine. Hope this helps!
Marked as helpful - @FluffyKas@Lartzmanuel
Hi there👋. You managed to get your design almost like the original design. That's great!..And what did you say? You this everything under an hour that's really crazy💪. Checked out your codes too and it was clean. Saw a few things in your code I've never known. You're really someone I'd like to learn from🤗🤗
Great Job there!!