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 solutions

  • Submitted


    this is my version of the News Homepage, i had issues with padding and margin, but overall is responsive for the mobile screen. any feedback will be highly appreciated

  • Submitted


    Building this project posed some challenges, especially in finding a reliable URL shortening API. Bitly emerged as a trustworthy choice, but I'm open to suggestions if you know of other reliable APIs.

    The input component gave me a bit of trouble regarding positioning. I ended up using the translate-y-[] utility in Tailwind CSS to achieve the desired layout, but I'm curious if there are better approaches.

    Specific Questions for Feedback:

    1. Have you encountered more reliable URL shortening APIs than Bitly that you'd recommend?
    2. What alternative strategies or best practices could improve the positioning of the input component without affecting the short URL divs?
    3. Are there specific areas of the code that may need further clarification or improvements?
    4. How can the overall structure and functionality be enhanced based on best practices?

    I've ensured the project is responsive on mobile screens, but any additional insights or suggestions would be highly valued!

  • Submitted


    I found it challenging to [describe the specific challenge, e.g., vertically center the div]. The approach I took was [briefly describe your approach], but I'm open to suggestions on a more effective method.

    I'm unsure about the [specific code snippet, e.g., CSS flexbox properties] I used for centering. I would like feedback on whether this is a recommended approach or if there's a better way to achieve the same result.

    I'm interested in learning more about best practices for centering elements in CSS. Are there any recommendations or considerations I should be aware of based on my current implementation?

    Here's a snippet of my code for reference:

    <!-- Your HTML code here -->
    
    <div class="centered-div">
      <!-- Content goes here -->
    </div>
    
    .main-div {
      background-color:hsl(0, 0%, 100%) ;
      width: 30%;
      margin: 60px auto;
      padding: 20px;
      border-radius: 15px;
    }