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

  • @AnggaWibawa

    Posted

    The result is good enough, such as the logo that fits in the lower right corner of the card and the placement of the header, but you can still improve it, I have some suggestions, namely:

    1. Adjust the font according to the example given, and also place the card as in the example, you can try it with CSS Grid.
    2. If the project requires writing a lot of CSS, you can create it in a new CSS file, then connect it to your HTML.
    3. If an element is required to have a distance from each other, you should not type a lot of < br />, it is better to use margin, padding, and many more CSS functions to set the distance.

    Maybe this is all I can suggest, hopefully this advice can help, and keep learning!!!

    0
  • P
    Ann 90

    @anastDev

    Submitted

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

    I am most proud of pushing through the challenge and successfully incorporating Bootstrap into my project. It allowed me to streamline my styling process and focus on responsive design. Next time, I would spend more time planning how to balance using Bootstrap’s utility classes with custom CSS, which could make my code even more efficient and cleaner.

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

    I would appreciate any feedback that can help improve my code structure, especially in terms of optimizing the use of Bootstrap classes and responsive design techniques. Any suggestions for better media query management or improving code readability would also be valuable.

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

    • I faced challenges in deciding where to focus on Bootstrap’s built-in classes versus adding my own custom styles. It took some time to strike the right balance, but I eventually refined my approach by experimenting with both.

    • Another challenge was adjusting the media queries for responsiveness on smaller devices. I overcame this by tweaking the layout in Bootstrap and writing specific custom media queries to ensure a smooth experience on mobile screens.

    @AnggaWibawa

    Posted

    This is very good, but you can improve it like an example.

    0
  • @AnggaWibawa

    Posted

    your project its so beautiful, like the example!

    1
  • AmmIjaz 30

    @AmmIjaz

    Submitted

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

    I'm proud of creating a responsive blog preview card using Flexbox and SVG graphics. Next time, I’d focus on improving accessibility and exploring CSS Grid for a more flexible layout.

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

    I struggled with aligning elements and creating the shadow effect. I resolved these issues by refining my CSS and experimenting with different box-shadow properties.

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

    I'd appreciate feedback on improving the responsiveness of my design and any tips for optimizing the CSS code for better performance.

    @AnggaWibawa

    Posted

    This look is good, but you can rearrange the profile image so that it is the same as the example, and you can make the title hover like the example in “active states”, then for accessibility, I suggest you learn semantic HTML, because it can improve accessibility in every project we create. Hope this advice helps!

    0
  • @Myrielt

    Submitted

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

    Estoy más orgulloso de la implementación del diseño responsivo. Logré que el componente QR se viera bien en diferentes tamaños de pantalla, lo que mejora la experiencia del usuario. La próxima vez, me gustaría invertir más tiempo en la optimización del rendimiento. Por ejemplo, podría considerar la compresión de imágenes o la carga diferida de elementos para mejorar los tiempos de carga. También exploraría más el uso de JavaScript para añadir interactividad, como animaciones o efectos.

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

    Uno de los principales desafíos fue asegurar que el componente se viera bien en diferentes dispositivos y tamaños de pantalla. Al principio, el diseño se rompía en pantallas más pequeñas. Para superar esto, utilicé media queries en CSS para ajustar el tamaño y el espaciado de los elementos. Además, me costó encontrar un equilibrio entre el tamaño del código QR y el texto que lo acompañaba. Realicé varias pruebas y ajustes hasta lograr una presentación adecuada.

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

    ¿Existen mejores prácticas que debería implementar para asegurar que el componente sea accesible para todos los usuarios? Estoy interesado en consejos sobre cómo mejorar los tiempos de carga, especialmente en la compresión de imágenes y el uso eficiente de CSS.