Profile Card Component | Frontend Mentor Challenge | Day 4

Поділитися
Вставка
  • Опубліковано 8 лис 2024

КОМЕНТАРІ • 18

  • @cleopasmuchiri
    @cleopasmuchiri Рік тому +1

    again saved me
    thanks man

  • @최지훈-o4q
    @최지훈-o4q 3 роки тому +3

    Nice vid man, almost stuck for 1.5 hours trying to do it by myself.

  • @benmahdjoubharoun1467
    @benmahdjoubharoun1467 2 роки тому +1

    Well done! I think that you could explain and articulate more about the choices of properties and values, probably you were tired of repeating since you've already made the video of this project with the sound issue.
    This video helps me a lot because I was swimming in confusion and I also suggest the newbies repeat the little Flexbox Froggy and CSS dinner exercises and make little notes if somebody lets me know of other games and cheat sheets.
    - If you could give me a tip to gather the basic properties and values and all the absolute and relative viewpoint units and all of what I need to understand and memorize and use off the top of my head and also the HTML side.
    - I don't get how you could achieve the layouts for Mobile: 375px and Desktop: 1440px by playing with one single set of values for the position of backgrounds.

  • @djmainRo59
    @djmainRo59 2 роки тому

    Thanks for your help. I'a a newbie and i can't understand the difference between container and wrapper..

  • @techtycho4752
    @techtycho4752 2 роки тому

    Thanks man

  • @saniyasaher
    @saniyasaher 2 роки тому

    I was stuck in the body background, your video has helped. Thanks

  • @simdrew07able
    @simdrew07able 2 роки тому

    great video! what theme are you using on vs code?

  • @sebastianonofrei3758
    @sebastianonofrei3758 2 роки тому

    Hello, nice solution. I am quite interested in your VSCode theme and settings. Can you leave them here? for example I really like that animated cursor of yours , when you try to edit a line of code. |
    this one :)

  • @ketsadaphoneboutpanyda3908
    @ketsadaphoneboutpanyda3908 2 роки тому

    Good Job sir! , can I ask you something. What is your background music name for this video?

  • @bigfoad
    @bigfoad 2 роки тому

    can u explain why at 8:11 you use margin auto instead of using justify-content center?

  • @kacedid460
    @kacedid460 3 роки тому

    I got a similar finished result except my code was different:
    body {
    font-family: 'Kumbh Sans',
    sans-serif;
    text-align: center;
    min-height: 100vh;
    color: hsl(0, 0%, 59%);
    background-color: hsl(185, 75%, 39%);
    font-size: 14px;
    }
    .container {
    max-width: 940px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border-radius: 20px;
    overflow: hidden;
    }
    Would this be incorrect?

    • @MrCoderYt
      @MrCoderYt  3 роки тому +3

      One thing about programming - if something works that means it's right.😆
      If your result looks like the design, that means it's right.

  • @salolevi912
    @salolevi912 3 роки тому

    How do you make classes and everything in html to be in cursive?

    • @MrCoderYt
      @MrCoderYt  3 роки тому

      I use a font named 'Dank Mono' with VS Code.

  • @mamaandi1155
    @mamaandi1155 2 роки тому +1

    how can we make it responsive?