Skip to content
  • Unlock Pro
  • Log in with GitHub
Profile
OverviewSolutions
14
Comments
20
Akshay Meshram
@akshay63

All comments

  • Doaa•115
    @dod123-stack
    Submitted about 4 years ago

    absolute, flex, pseudo

    1
    Akshay Meshram•390
    @akshay63
    Posted about 4 years ago

    Hey @Doaa. The thing that made your layout a bit confusing is that you have used display: grid for the container but in the media query you've used the "Mobile-first" approach where you have used the "display: flex;" property. This is where all the problems related to layout issues lie.

    If you want to use grid, use only grid for the placement of the component & set display: grid; to the container and once you set this then you don't have to specify the display property in the media queries. Just use its properties for alignment and position.

    for ex: .container{ display:grid};

    @media screen and (min-width: 800px){ grid-template-rows: repeat(2, 1fr); }

    Hope it helps.

  • Syed Ali Mansoor•460
    @syedalimansoor
    Submitted about 4 years ago

    Pixel-perfect card component with 3d hover effect

    3
    Akshay Meshram•390
    @akshay63
    Posted about 4 years ago

    Hey @Syed Ali Mansoor! Great effects, there. I loved it👌😉. Thanks for sharing your solution. I'm too learning a lot from APG. Btw how did you achieve the hover effect though?

  • Francisco Becerra Rodriguez•410
    @FranciscoFrontEndDeveloper
    Submitted about 4 years ago

    Mobile firts and sass with BEM

    2
    Akshay Meshram•390
    @akshay63
    Posted about 4 years ago

    Hey@ FranciscoFrontEndDeveloper! Even if you done some mistakes you can improve a lot by trial and error approach in the challenge.

    I have done some changes to the code if you don't mind. You can improve your mistakes and change accordingly. Thanks

  • matiussi•155
    @matiussi
    Submitted about 4 years ago

    Social Proof Section- Mobile First React and SASS (Grid/Flex)

    1
    Akshay Meshram•390
    @akshay63
    Posted about 4 years ago

    Hey laura-2035! Your solution looks great and yeah a bit messy in the Media query part. I know building the "Mobile-first" layout is a bit difficult because I have told it is. I used max-width only till now but I will try min-width also in my coming challenges.

    Some suggestions from me are- When media queries are triggered in 1200 and 900, I found extra space between rating bars and review cards. You can center the rating bars and make the review cards 100% width.

    Keep coding! 👌👍

  • shiva santosh jana•375
    @santu369
    Submitted about 4 years ago

    Responsive FAQ Accordion Using HTML, CSS (no JavaScript)

    1
    Akshay Meshram•390
    @akshay63
    Posted about 4 years ago

    Hey! shiva santosh jana. I liked your solution to this challenge. Keep coding! 🎉

  • Viacheslav•20
    @vstrogalev
    Submitted about 4 years ago

    Responsive CSS, Flex, media queries

    1
    Akshay Meshram•390
    @akshay63
    Posted about 4 years ago

    Hey, Viacheslav! Even if you have done some mistakes, you have done a great job in creating the site for the desktop. Don't bother much rather revise the concepts of basic layout methods using CSS and apply those to your project.

    Some changes I suggest you try out: 1.To answer your first question: We have to only change the font size of the overall font in the HTML element itself only and not to both HTML and Body element. 2.To change the background-image size: set the 'background-size: cover' for the image and do not use the object-fit property for images because it is for background videos.

    I also have done some changes to your code if you don't mind.

  • Raymart Pamplona•16,040
    @pikapikamart
    Submitted about 4 years ago

    Practicing more BEM principles^

    2
    Akshay Meshram•390
    @akshay63
    Posted about 4 years ago

    Hey, @Raymart Pamplona! Apart from some minor changes that APG mentioned, your solution is looking great. It's my current challenge and in 1-2 hours I'll submit it. Great work!👍😎

  • Raymart Pamplona•16,040
    @pikapikamart
    Submitted about 4 years ago

    Just using pure css and js except with what they provided^^

    3
    Akshay Meshram•390
    @akshay63
    Posted about 4 years ago

    Hey, @Raymart Pamplona. It is looking great. 👍

  • Alexandre•140
    @Alexandre-Chs
    Submitted about 4 years ago

    HTML / CSS / JS VANILLA !

    2
    Akshay Meshram•390
    @akshay63
    Posted about 4 years ago

    @Alexandre-Chs Hi Alexandre. A few changes i want you to make which are-

    1. In CSS(both mobile layout and desktop layout), the header__image doesn't need a transform property because you can position the background image in the Y-direction using "background-position" itself. For this I recommend you refer to MDN for a property that I've just mentioned.

    2. In ".btn" declaration in CSS, correct the "justify-content: flex-end;" as this correct value of justify-content property.

    3. In many places you don't need to use transform property I think because you are using flexbox for placements of items.

    Thats it! Keep coding.👍😎

  • Raymart Pamplona•16,040
    @pikapikamart
    Submitted about 4 years ago

    Just using BEM and scss^^

    2
    Akshay Meshram•390
    @akshay63
    Posted about 4 years ago

    Hi @Raymart. I want to tell you that you've set "height: 100%" to the grid container and set the "grid-template-rows: repeat(2, 282px);". I think we need not set the height of the container if we set row tracks because row track will determine the height and thus the container height becomes overall row tracks height.

  • Akshay Meshram•390
    @akshay63
    Submitted about 4 years ago

    Huddle Landing Page with HTML and CSS

    2
    Akshay Meshram•390
    @akshay63
    Posted about 4 years ago

    Thanks!

  • itsmeEVIL•155
    @itsmeEVIL
    Submitted about 4 years ago

    huddle-landing-page - html, css

    1
    Akshay Meshram•390
    @akshay63
    Posted about 4 years ago

    Hi, @ITSMEEVIL. Your site is looking great. I want to ask you how did you position those social media icons because I had trouble positioning them. Well I have just finished this challenge you can check out my solution by visiting my profile if you want. Thanks👍

  • RITESH KUMAR•140
    @RITESH29-web
    Submitted about 4 years ago

    Single Price Grid Component using CSS>Flexbox

    1
    Akshay Meshram•390
    @akshay63
    Posted about 4 years ago

    Hi, Ritesh. Congratulations on completing the challenge. Just one change should be done which is changing the color of the paragraph of the heading part. It is grayish-blue. Happy coding!

  • Bonrey•1,130
    @Bonrey
    Submitted about 4 years ago

    Landing page with animation, sounds, and some other effects ✨

    1
    Akshay Meshram•390
    @akshay63
    Posted about 4 years ago

    Hi @BONREY. The site is looking great. The sounds of each button and the animations are amazing. I just want to say that when we view the site in the mobile version, the navigational menus are aligned in an inconsistent manner. But otherwise, all your work is Great! Congralutions👌👌

  • Art•420
    @Art-wdt
    Submitted about 4 years ago

    Four card feature section master

    1
    Akshay Meshram•390
    @akshay63
    Posted about 4 years ago

    Hi, @art. Your site is looking very good. I observed that you used the Mobile-first approach in responsive design and that's great. I just want to say that when we move up to a larger screen at 1000px, the left and right cards are inconsistent. Well, it's a very minute detail I shared, anyway the design is great. It's my next challenge and I'm working on it. Happy coding!

  • Jenna Toff•10
    @larkceresin
    Submitted about 4 years ago

    Just CSS

    1
    Akshay Meshram•390
    @akshay63
    Posted about 4 years ago

    @JENNA TOFF Hi, there. I think using position: absolute will break the normal flow of the layout if you use it to position any element. In cases like stacking contexts where we want to position elements on top or below each other, it is best to use that method. But here the case is different. Here we want the images to be in the background. And there is one property that we can use to position the images. I think you guess it correctly. Its background-position property. I had some issues using this property but it is what we have as the best solution for positioning our background images. Please refer to MDN for this property and check out an example for 'Multiple background images' and try different values for positioning the images.

  • Kevin Morales•185
    @kefer16
    Submitted about 4 years ago

    FAQ Accordion Card - using HTML, SASS and JS

    3
    Akshay Meshram•390
    @akshay63
    Posted about 4 years ago

    Great Job! I really liked it.

Frontend Mentor logo

Stay up to datewith new challenges, featured solutions, selected articles, and our latest news

Frontend Mentor

  • Unlock Pro
  • Contact us
  • FAQs
  • Become a partner

Explore

  • Learning paths
  • Challenges
  • Solutions
  • Articles

Community

  • Discord
  • Guidelines

For companies

  • Hire developers
  • Train developers
© Frontend Mentor 2019 - 2025
  • Terms
  • Cookie Policy
  • Privacy Policy
  • License

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub