Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All comments

  • Charles 170

    @cacti00

    Posted

    Hi @IgorSouzDev

    So an easy way to display your image and content size by side to share the same width is to use grid, you could do something like this in your .container class:

    display:grid grid-template-columns: repeat(2, 1fr); for desktop view and grid-template-columns: 1fr; for mobile view

    Happy Coding 😁

    0
  • suisoh 10

    @ssuish

    Submitted

    I am a beginner in web development, and I had a difficulty understanding the behavior of CSS. Due to my lack of experience in CSS styling, do you have any recommended resources regarding best practices, tricks, and techniques?

    Charles 170

    @cacti00

    Posted

    Hi! I recommend Kevin Powells YouTube channel he talks about everything regarding css from beginner level to advanced.

    He also has a free course (Conquering Responsive Layouts) you can try it out.

    0