Adarsh
@Adarshpathak1All comments
- @thaynarasabrynaSubmitted 6 months ago@Adarshpathak1Posted 6 months ago
Both the link for solution provided here is not working -PREVIEW SITE -VIEW CODE
0 - @craigwolfeSubmitted 7 months agoWhat are you most proud of, and what would you do differently next time?
The button design. Not sure I would do anything differently next time. It was a fun challenge.
What challenges did you encounter, and how did you overcome them?Button sizing properties.
What specific areas of your project would you like help with?None.
@Adarshpathak1Posted 6 months agoLook everything perfect
- a small change you can make to look perfect -i.e. decrease margin-top value, so it can fit on the screen without scroll. -or just use flex display: flex; justify-content: center; align-items: center;
And everything Fine ! Keep it Up :)
0 - @BiancaAdSSubmitted 7 months agoWhat are you most proud of, and what would you do differently next time?
I'm most proud of the way I organize the tags and the CSS in my file.
What challenges did you encounter, and how did you overcome them?One of the challenges I encountered was using the box-shadow property, as I don't use it much, to overcome this I looked for ways to better use the property.
What specific areas of your project would you like help with?I'd like to know better ways to organize my styles in the CSS file.
@Adarshpathak1Posted 7 months ago-
Suggestions
- can use font family from provided file
- e.g.
- @font-face { font-family: myFirstFont; src: url(./assets/fonts/Figtree-VariableFont_wght.ttf); font-weight: bold; }
-
p{font-family: 'myFirstFont';}
-
Appreciation for Clean code
- html
- css
- well done and Keep going, keep going !
Marked as helpful0 -
- @PedroP16Submitted 7 months agoWhat are you most proud of, and what would you do differently next time?
Estoy feliz por haber podido realizarlo sin ninguna complicacion:
- De haber usado flex para centrar la card
- De poder manipular la imagen para que no se salga del contenedor
- Haber implementado los colores como variables
Personalmente no encontre ninguna dificultad, no es el primer Challenge que hago (Puede ser que haya errores y no lo sepa).
What specific areas of your project would you like help with?Me gustaria recibir ayuda en cualquier parte del codigo si se cree que se podria haber hecho de una mejor forma.
@Adarshpathak1Posted 7 months agoGood Part
- Clean code
- used semantic HTML
- Almost Similar Design
Need Improvement
- Delete Readme.md
- Change README-template.md file to Readme.md and edit according to instructions
and Yeah everything Good ,Keep doing, Keep going !
Marked as helpful0