Latest solutions
- Submitted 28 days ago
social-links-profile-main
- HTML
- CSS
I think the stylish could do with a few more details and the size probably could use some work to. But overal, i'm happy with what i've accomplished
- Submitted 9 months ago
Blog Preview Card made with HTML and CSS in VSCode
#pure-css#accessibility- HTML
- CSS
my styling could be a bit more organized. I think i could have made it shorter and easier for other people to understand it. If anyone see any area for improvement, I'm open ears.
- Submitted 10 months ago
Desafio "Qr code Component"
#accessibility- HTML
- CSS
Preciso melhor meu controle de layout. Tive um pouco de dificuldade em deixar os objetos na posição certa.
Latest comments
- @WilliamCucSubmitted 2 months ago@Silo30Posted 2 months ago
Hello! I really liked your solution. It's very close to the original model, but i notice some things that could be improved.
I noticed that in your code you made a entire new card to use as the card-shadow. That's a lot of unnecessary work, as there is a CSS property to generate a shadow to a element frame.
box-shadow: 10px 10px;
try adding this to your
.card
class and the div for.card-shadow
shouldn't be necessary anymore.Also, your h1 title doesn't change color when the mouse hover over it like the challange proposes. You can do it by adding these lines to the Style.css:
.card-content h1 { margin: 0; }
beyond that, it's a very well done solution. I hope this review was helpful to you.
0 - @magictemsSubmitted 11 months agoWhat are you most proud of, and what would you do differently next time?
I encountered some minor bugs during the development process, but I could identify and resolve them effectively through careful examination and attention to detail. This hands-on troubleshooting experience enhanced my problem-solving skills and deepened my understanding of the project's intricacies.
What challenges did you encounter, and how did you overcome them?I take pride in my ability to address challenges that arise during development independently. Successfully overcoming obstacles through my efforts boosts my confidence and reinforces my expertise in troubleshooting and problem-solving within the project scope. This sense of accomplishment fuels my passion for continued learning and growth in web development.
What specific areas of your project would you like help with?I am open to receiving feedback and corrections as they provide valuable insights for improvement. Embracing constructive criticism fosters a culture of continuous learning and refinement, ultimately leading to a higher-quality end product.
@Silo30Posted 10 months agoHi there! I really liked your solution to this challange. It looks very close to the original. But i noticed that the requested font is missing. you can find it at https://fonts.google.com/specimen/Outfit just click in "get font", then on "get embed code", copy the code there and paste it on the head part of your body. Then just write: font-family: 'Outfit'; on the body part of your css file. I hope this helped.
0 - @ALLOMOHSubmitted 10 months ago@Silo30Posted 10 months ago
I liked that you used a different background color for your version. It makes it stand out.
1