Latest solutions
Three Themes Responsive Calculator ( js, sass). almost perfect 😉
#accessibility#sass/scss#bemSubmitted almost 3 years agoUsing angular, responsive space-multi-pages
#accessibility#angular#bem#bootstrapSubmitted almost 3 years agoresponsive page using angular framework
#accessibility#angular#bem#bootstrap#webpackSubmitted about 3 years ago
Latest comments
- @hooiyan@cluod-Alfakhre
great job and well designed 👏🎉. how did you deploy your app with server side rendering? i have tried firebase but cloudFunctions wasn't free
- @DavidMaillard@cluod-Alfakhre
this is great job 👏 is it rendered in the server side? with firebase?
- @nikeshnaik
Entertainment WebApp with React, ReactRouter, ReduxTlk and Firebase
#react#react-router#redux-toolkit@cluod-Alfakhregreat job. what api did you use??
- @Alain-sys@cluod-Alfakhre
great solution 👍. there is a scrolling in the page that could be easily fixed.
just remove this property "width: 100vw" from the div ".content"
Marked as helpful - @Foued80@cluod-Alfakhre
it's not working!
- @ShaunPourWhat are you most proud of, and what would you do differently next time?
First, please take note of the fact that this is a rather old project. It was, in fact, one of the first I completed after discovering Frontend Mentor so it may not be up to standard with my current work.
The thing I was proud of at the time was that I finished it. This was part of a streak of project completions done to be able to point to and tell myself I knew how to build things with html and css.
What challenges did you encounter, and how did you overcome them?The "plus formation" of the cards was a tiny bit tricky and necessitated some creative use of html elements to ensure the display would work correctly.
What specific areas of your project would you like help with?Nothing really comes to mind. There are issues but this is such an old project that it isn't worth it for me to do anything. If I did decide to address any of them, I would just restart the project from scratch instead.
@cluod-Alfakhrejust a simple thing to add will make your solution perfect .
first to change your background to white.
second - add to your "container" these properties for the big screens : "display: flex; align-items: center; gap: 2rem;"
i'll be happy to answer any question