Generally not impressed with my performance on this, I some how couldnt hack the larger screen hence why I have just the mobile screen, i think next time I will start with larger screen designs maybe and make my measurements relative.
Matias Vignola
@MatiasVignolaAll comments
- @OsujiJrSubmitted about 1 year ago@MatiasVignolaPosted about 1 year ago
You should try defining a height and adding a margin to the container of the card so that it is centered
Marked as helpful0 - @Kingsleigh-ObiSubmitted about 1 year ago@MatiasVignolaPosted about 1 year ago
Hello... so that the background image does not repeat, you should set the no repeat property, example: background-repeat: no-repeat; and to center the card, first define a margin at the top and bottom, and an auto margin at the sides, example: margin: 110px auto;
Marked as helpful0 - @Kingsleigh-ObiSubmitted about 1 year ago
Any suggestion would be appreciated, Thank You.
@MatiasVignolaPosted about 1 year agoYou should try using a margin to center the content more, for example, margin: 150px auto;
Marked as helpful0 - @Salman97tSubmitted about 1 year ago
What did you find difficult while building the project? Display and positioning Which areas of your code are you unsure of? I don't think its fully responsive. Do you have any questions about best practices? Please provide a solution so I can learn how to make it responsive.
@MatiasVignolaPosted about 1 year agoit is best to start with the mobile firs methodology. once you have finished it like this, applying the responsive part is much easier. maybe what you can do is look for videos that guide you to carry out the task
Marked as helpful0