
Albaraa Adam
@AlbaraaAdamAll comments
- @LupanRoman@AlbaraaAdam
looks nice! you can add a background color to the body: background: hsl(226, 43%, 10%); also should not use the same id for multiple elements, id should be unique. you can use the convenient font size and weight by using font-size and font-weight properties I realize that you used your name and your image which is cool :)
Marked as helpful - @biazotogabriel@AlbaraaAdam
Hay this is nice work, I like it specially the animation, keep it up!!!
- @KringlerETU@AlbaraaAdam
You could use a bottom margin for the paragraph to make it inside the card div.
Marked as helpful - @AlbaraaAdam@AlbaraaAdam
Thanks that was very helpful 🌟🌟🌟
- @catherineisonline@AlbaraaAdam
Usually I use this in css: body{ Margin : 0; background : url("you write image src here"); display : flex; justify-contant : center; align- items : center; min-height : 100vh; } It will do the trick.