Any feedback would be appreciated :) Thanks
Artur Harutyunyan
@ArturHarutyunyan1All comments
- @bkozeckiSubmitted over 2 years ago@ArturHarutyunyan1Posted over 2 years ago
Looks great, but would look better if you hide overflow-x "html{overflow-x. hidden;}".
1 - @General-EvieSubmitted over 2 years ago
Advice appreciated :)
@ArturHarutyunyan1Posted over 2 years agoMake it a little responsive. Inside the
container
create another div likecard
and place all the content inside that div, then set the height of the container to auto.Marked as helpful0 - @nikoProgSubmitted over 2 years ago
Any advice about the layout in general?
The button starts glowing upon hovering, but if you click it, the glow gets stuck, no matter where you move the mouse, until you click on something else. How can I make the button glow and stop glowing when I stop hovering? My solution is a bit of a hack, using ::after pseudoelement, so I am not sure how to fix it.
This was also my intro to typescript. I installed it, because I like that strongly-typed languages make it easier to fix some mistakes, so I hoped this could help. I didn't have much use of it yet, since the only script needed here is to fetch advice from the API.
@ArturHarutyunyan1Posted over 2 years agoMake your
.advice-container
centered.*{margin: 0; padding: 0; box-sizing: border-box}
. Removebody{padding: 10%;}
and set body height tobody{height: 100vh}
0 - @iSugamSubmitted over 2 years ago
This is my 2nd solution to the frontend mentor challenge.
Any advice would be really helpful. Thank you :)
@ArturHarutyunyan1Posted over 2 years agoHello! looks great, just add a little JavaScript and it will be much better
Marked as helpful1 - @JavierA-MorHerSubmitted over 2 years ago
I learned a lot about how I can connect with an API and how it works :)
@ArturHarutyunyan1Posted over 2 years agoLooks great, but I suggest not reloading the page every time, but making API calls inside the Event Listener
Marked as helpful1 - @duokobiaSubmitted over 2 years ago
It was interesting coding. Feedbacks are highly appreciated.
@ArturHarutyunyan1Posted over 2 years agoAdd a little responsive design and change the size of the card
Marked as helpful0 - @GavinLang9Submitted over 2 years ago
If there is anything I can improve on, please let me know!
@ArturHarutyunyan1Posted over 2 years agotry to improve your responsive design
1 - @JexinteSubmitted over 2 years ago
Hey ,
The challenge is not seenable have some trouble to link it to github page with vue but if you try it on your computer it's full responsive.
@ArturHarutyunyan1Posted over 2 years agoTry uploading your Vue site to another service like Vercel to open it in a browser
Marked as helpful1 - @nima-caSubmitted over 2 years ago
fasdfadsfd
@ArturHarutyunyan1Posted over 2 years agoslightly different from the design =)
0