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

  • @souza-vitor

    Submitted

    What are you most proud of, and what would you do differently next time?

    I didn't have major problems doing the mobile layout.

    What challenges did you encounter, and how did you overcome them?

    I still struggle a lot with Grid CSS and had trouble setting the height on wider screens.

    What specific areas of your project would you like help with?

    Any tips with Grid CSS will be of great help.

    Monika K 200

    @Monika-2509

    Posted

    Congratulations on achieving by finding the better solution despite facing challenges along the way! Your perseverance and dedication have led you to overcome obstacles and accomplish your goals.

    Aiming to become strong in CSS Grid:

    1.Understanding Grid Fundamentals: Learn about grid containers and grid items: Understand the basic structure of CSS Grid layouts where elements are placed inside a container that has been defined as a grid. grasp the concept of rows and columns: Get familiar with the grid's row and column structure, and how elements are placed within these tracks. Explore basic properties: Start with properties like display: grid, grid-template-columns, grid-template-rows, grid-column, grid-row, etc., to define the grid structure and place items within it. 2.Mastering Grid Properties:

    Dive into advanced properties: Learn about properties such as grid-template-areas, grid-gap, justify-items, align-items, justify-content, align-content, etc., to fine-tune the layout and alignment of grid items. Understand flexible sizing: Explore units like fr (fractional unit) and minmax() for creating flexible layouts that adapt to various screen sizes. Experiment with auto-placement: Utilize grid-auto-flow to control how items are automatically placed within the grid, either in rows or columns, and how they behave when the grid container size changes. 3.Creating Responsive Layouts:

    Practice responsive design: Learn how to create responsive layouts using media queries alongside CSS Grid. Use features like auto-fill, auto-fit, and minmax () to create grids that adapt to different screen sizes. Explore nested grids: Understand how to nest grids within grids to create more complex layouts while maintaining flexibility and responsiveness. Experiment with combining Grid and Flexbox: Understand the strengths of both layout systems and learn how to combine them effectively to build more versatile and intricate layouts. By focusing on these, you'll develop a strong foundation in CSS Grid concepts and be well-equipped to create a wide range of layouts efficiently and responsively. Remember to practice regularly, experiment with different properties and techniques.

    1
  • @rzuanisko

    Submitted

    What are you most proud of, and what would you do differently next time?

    Next time i need to work with buttons. On mobile view looks very good, but desktop not exactly.

    What challenges did you encounter, and how did you overcome them?

    Buttons are biggest challenged. I try do this with nav>a, but finally i did nav>li>a. I think easiest way will be nav>p but im not sure this is correct.

    What specific areas of your project would you like help with?

    How to make buttons easy way?

    Monika K 200

    @Monika-2509

    Posted

    "Your solution Looks Great!"

    As you mentioned that you encountered a problem while creating buttons, I have Given my way of approach to that button below

    code: Html: <div class="socialmedia"> <div><a href="#">GitHub</a></div> <div><a href="#">Frontend Mentor</a></div> <div><a href="#"> LinkedIn</a></div> <div><a href="#">Twitter</a></div> <div><a href="#">Instagram</a></div> </div>

    CSS: .socialmedia{ display:flex; flex-direction:column; margin-top:2px; gap:20px; } .socialmedia div{ background-color:hsl(0, 0%, 20%); height:43px; width:350px; border-radius:5px;; text-align:center; } .socialmedia div a{ text-decoration:none; color:white; margin:10px; font-size:14px; font-weight:600; } .socialmedia div:hover{ background-color:hsl(75, 94%, 57%); cursor:pointer; caret-color:black; color:black; }

    I hope these suggestions are helpful to you. Let me know if you have any other questions or concerns.

    0
  • @GeorgeKandelaki

    Submitted

    What are you most proud of, and what would you do differently next time?

    I am proud of learning how to use grid and that compliting this challange.

    What challenges did you encounter, and how did you overcome them?

    I encounterd many challanges about grid. It was really hard to understand grid, I am still trying to understand grid better but for now it is really hard and also centering the content was one of the problems. This challange needed simple grid skills so I did it.

    What specific areas of your project would you like help with?

    Other than that I have no questions, But Please Give me FeedBacks and suggestions. tell me about my mistakes In the code. Also what can be written better in the code, So I can get better at coding and improve my skills. Thanks!

    Monika K 200

    @Monika-2509

    Posted

    Congratulations on achieving by finding the better solution despite facing challenges along the way! Your perseverance and dedication have led you to overcome obstacles and accomplish your goals.

    Aiming to become strong in CSS Grid:

    1. Understanding Grid Fundamentals: Learn about grid containers and grid items: Understand the basic structure of CSS Grid layouts where elements are placed inside a container that has been defined as a grid.
      • grasp the concept of rows and columns: Get familiar with the grid's row and column structure, and how elements are placed within these tracks.
      • Explore basic properties: Start with properties like display: grid, grid-template-columns, grid-template-rows, grid-column, grid-row, etc., to define the grid structure and place items within it.

    2Mastering Grid Properties:

    • Dive into advanced properties: Learn about properties such as grid-template-areas, grid-gap, justify-items, align-items, justify-content, align-content, etc., to fine-tune the layout and alignment of grid items.
    • Understand flexible sizing: Explore units like fr (fractional unit) and minmax() for creating flexible layouts that adapt to various screen sizes.
    • Experiment with auto-placement: Utilize grid-auto-flow to control how items are automatically placed within the grid, either in rows or columns, and how they behave when the grid container size changes.

    3.Creating Responsive Layouts:

    • Practice responsive design: Learn how to create responsive layouts using media queries alongside CSS Grid. Use features like auto-fill, auto-fit, and minmax () to create grids that adapt to different screen sizes.
    • Explore nested grids: Understand how to nest grids within grids to create more complex layouts while maintaining flexibility and responsiveness.
    • Experiment with combining Grid and Flexbox: Understand the strengths of both layout systems and learn how to combine them effectively to build more versatile and intricate layouts.

    By focusing on these, you'll develop a strong foundation in CSS Grid concepts and be well-equipped to create a wide range of layouts efficiently and responsively. Remember to practice regularly, experiment with different properties and techniques.

    Marked as helpful

    1
  • @rzuanisko

    Submitted

    What are you most proud of, and what would you do differently next time?

    I learned new pseudoclass.

    What challenges did you encounter, and how did you overcome them?

    I can't change color of the cursor, after :hover, and cant find the solution.

    What specific areas of your project would you like help with?

    I dont know for now.

    Monika K 200

    @Monika-2509

    Posted

    "Your Solution Looks Great and similar to the design"

    "If you want to change the appearance of the cursor, like the mouse pointer, it's not possible with CSS alone. Browser settings typically determine the cursor's appearance."

    Marked as helpful

    1
  • P
    Victor 140

    @SlickVick1995

    Submitted

    What are you most proud of, and what would you do differently next time?

    The layout and how it turned out

    What challenges did you encounter, and how did you overcome them?

    Responsiveness of the site and organizing each section into containers to match the design closely as possible

    What specific areas of your project would you like help with?

    Any feedback is appreciated

    Monika K 200

    @Monika-2509

    Posted

    As a beginner, you've taken a commendable step by creating work similar to the sample provided also your Code looks neat . To further master your practice and enhance your skills, I recommend diving into more challenges. Push yourself to explore different styles, subjects, and techniques. Experiment with various mediums and approaches to broaden your artistic horizons.

    0
  • David 40

    @DavidGonzalezve

    Submitted

    What are you most proud of, and what would you do differently next time?

    This is my first time using media queries; I need to enhance the semantics of both CSS and HTML to make styling the containers more organized.

    What challenges did you encounter, and how did you overcome them?

    To understand how to adapt to mobile devices, one of the most commonly used solutions is using media queries, which is what I implemented.

    What specific areas of your project would you like help with?

    The best way to adapt to various screen sizes, in this case using media queries with comparison operators

    Monika K 200

    @Monika-2509

    Posted

    To Overcome media queries related issues:

    1.Understand the Concept: Grasp the concept of media queries, which enable you to apply CSS rules based on various device characteristics like screen size, orientation, etc.

    1. Learn Syntax: Familiarize yourself with the syntax of media queries in CSS, which typically start with @media followed by the specific conditions and CSS rules enclosed within curly braces also Breakpoints.

    2. Practice Responsiveness: Practice creating responsive designs by using media queries to adjust layout, font sizes, margins, etc., for different screen sizes and devices.

    3. Experiment: Experiment with different breakpoints and conditions to understand how media queries affect the layout and styling of your web pages.

    4. Test Across Devices: Test your responsive designs across various devices and screen sizes to ensure they adapt correctly.

    5. Stay Updated: Stay updated with new features and best practices in CSS media queries to leverage the latest techniques for responsive web design.

    6. Resources and Documentation: Utilize online resources, tutorials, and CSS documentation to deepen your understanding and mastery of media queries.

    0
  • @EdwardShanahan09

    Submitted

    What are you most proud of, and what would you do differently next time?

    What challenges did you encounter, and how did you overcome them?

    What specific areas of your project would you like help with?

    Monika K 200

    @Monika-2509

    Posted

    As a beginner, you've taken a commendable step by creating work similar to the sample provided. To further master your practice and enhance your skills, I recommend diving into more challenges. Push yourself to explore different styles, subjects, and techniques. Experiment with various mediums and approaches to broaden your artistic horizons.

    1
  • P

    @emidiovaleretto

    Submitted

    What are you most proud of, and what would you do differently next time?

    .

    What challenges did you encounter, and how did you overcome them?

    .

    What specific areas of your project would you like help with?

    .

    Monika K 200

    @Monika-2509

    Posted

    As a beginner, you've taken a commendable step by creating work similar to the sample provided. To further master your practice and enhance your skills, I recommend diving into more challenges. Push yourself to explore different styles, subjects, and techniques. Experiment with various mediums and approaches to broaden your artistic horizons.

    0
  • @MashaKE254

    Submitted

    What are you most proud of, and what would you do differently next time?

    This actually gave me a bit of a problem but I was able to overcome using some tutorials.

    What challenges did you encounter, and how did you overcome them?

    Shadow, this gave me lots of headache since it is a concept I had not tackled before.

    What specific areas of your project would you like help with?

    None.

    Monika K 200

    @Monika-2509

    Posted

    If you're encountering difficulties with CSS shadows, consider exploring neumorphism CSS for a potentially smoother experience. It offers innovative solutions that could enhance your design process and overcome shadow-related challenges.Additionally, practicing with various examples can further refine your skills and deepen your understanding. Embrace the versatility of this technique through hands-on experimentation for optimal mastery.

    Marked as helpful

    0
  • P

    @mohliman

    Submitted

    What are you most proud of, and what would you do differently next time?

    I am proud of the fact that i had finished the project entirely

    What challenges did you encounter, and how did you overcome them?

    No any challenges so far

    What specific areas of your project would you like help with?

    Maybe writing readme's in general

    Monika K 200

    @Monika-2509

    Posted

    Are you looking to create a polished and professional-looking text file in VS Code? Look no further!

    With just a few simple steps, you can create a file that's sure to impress. Start by naming your file README.md. Next, use the # symbol to create a bold and eye-catching heading. This is a great way to draw your reader's attention to your content.

    Once you've added your heading, it's time to get writing! Whether you're drafting a blog post, a project proposal, or a simple to-do list, VS Code makes it easy to create and organize your content.

    Finally, when you're ready to preview your work, simply right-click and select "Markdown Preview". This will allow you to view your file as a website and make any necessary adjustments before sharing it with others.

    By following these steps, you can create a text file that's not only functional but also visually appealing. So why wait? Get started on your next project today!

    0