Skip to content
  • Unlock Pro
  • Log in with GitHub
Profile
OverviewSolutions
12
Comments
5

TayAki79

@TayAki79160 points

I‘m a Coding Newbie and absolutely love it ❤️

Latest solutions

  • Fly data storage component challenge using just HTML and CSS


    TayAki79•160
    Submitted almost 2 years ago

    1 comment
  • Testimonial grid section


    TayAki79•160
    Submitted almost 2 years ago

    0 comments
  • Huddle landing page with a single introductory section


    TayAki79•160
    Submitted almost 2 years ago

    0 comments
  • Single Price Grid Component using HTML and CSS


    TayAki79•160
    Submitted over 2 years ago

    0 comments
  • Another Frontend Mentor Challenge using only HTML & CSS


    TayAki79•160
    Submitted over 2 years ago

    1 comment
  • Product Preview Card Component using only HTML & CSS


    TayAki79•160
    Submitted over 2 years ago

    2 comments
View more solutions

Latest comments

  • TayAki79•160
    @TayAki79
    Submitted over 2 years ago

    Product Preview Card Component using only HTML & CSS

    2
    TayAki79•160
    @TayAki79
    Posted over 2 years ago

    Hey @vcarames, thanks man. Absolutely astonishing advices you providing me. But I guess I will correct them later this day since I only have to hours left to sleep ^^

    Hit you up later!

    Best regards, AkraDEV

  • Victor•290
    @cervantesdeveloper
    Submitted over 2 years ago

    Product card using flexbox

    #bem
    2
    TayAki79•160
    @TayAki79
    Posted over 2 years ago

    Hi Victor,

    thanks man. Haha, in fact I googled it like to today the first time how to use different images respectively different image sizes so you can automatically change them whenever you change the width of your project using @media queries. Then I found so many different ways of using the srcset attribute. But whatever man, as long we have the same solution I guess for now it's all good. We still have time to dive deeper into this rabbit coding hole. Peace!

    ^^

  • Swing95•180
    @Swing95
    Submitted over 2 years ago

    Order summary component

    1
    TayAki79•160
    @TayAki79
    Posted over 2 years ago

    Hi @Swing95, congratulations on this challenge first.

    1. I see that you use display flex on class="plan" which is a beautiful thing thus you can align all the three elements (music-icon, plan-price and change) in one line. Unfortunately the justify-content doesn't really work since you don't want the gaps between those items having the same distance. So to me I guess the way you did it with margins is the easiest way to accomplish it. Another way is to use 'display: grid'. If you are familiar with this property it would be a beautiful thing to do to get a clean code.

    2. OK, now I did view your code =). I think the best way to understand width and height is to first understand, that the size of an element is relative to the size of the body and the size of the body is relative to the size of the html page. Since the html element is the parent of everything that comes next you can say that the html width and size will take up the whole screen. Now, if you set the body's width to a 100% this means that the body width take up the same size of the html width. Which means if you resize the width of your screen smaller or bigger the body's width will follow as well. The size of the html takes up the whole screen size which is 100vh (viewport-height). Here you can also use 100vh for your body element since the project only takes up 100vh or less. If you're not quite sure about the height I would recommend to use min-height of 100vh for the body element which means that your site takes up 100vh or more than this if you have i.e. more pages the user can scroll down.

    Alright! I hope this will take you any further and if not I'd love to work and learn together with you if you want to. Just hit me up!

    Best regards,

    AkraDEV

  • Victor•290
    @cervantesdeveloper
    Submitted over 2 years ago

    Product card using flexbox

    #bem
    2
    TayAki79•160
    @TayAki79
    Posted over 2 years ago

    Hi, congrats on finishing this challenge. I like your code. I just finished it as well and I have to say that I really had a hard time with the @media query by targeting the desktop-img of the srcset. How was it for you?

    Keep the good work! =)

  • Gabriela•180
    @PaulaR-05
    Submitted over 2 years ago

    Stats preview card component

    2
    TayAki79•160
    @TayAki79
    Posted over 2 years ago

    Hi Gabriela,

    nice job. I still can remember when I first worked on this challenge took me days to accomplished it. Here's a solution I can provide for you:

    background: linear-gradient(hsl(277, 64%, 61%, 0.5), hsl(277, 64%, 61%, 0.5)), url(../images/image-header-desktop.jpg);

    1. You should use 'background' as the attribute not 'content'.
    2. As the first value you use 'linear-gradient' and insert at least two colors in there. Here I use your soft-violet color for both since we don't need any gradient at all.
    3. At the end of the color-code (here we use 'hsla' instead of 'hsl' because 'a' serves as the opacity value) you can type in any value from 0.0 to 1.0. Just try yourself what opacity you guess fits the most.
    4. The second value finally is the url() of your image.

    Note: I applied it on your content attribute inside your @media query. But still I see some difficulties in your code. If you want to work on this together I'd love to. Just hit me up. I expect to learn a bit more myself.

    But anyways. Good job and keep practicing!

    Best regards, AkraDEV

    Marked as helpful
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