Hi FrontEnder!
This is my solution with sass for Four Card Feature :) Please, give your opinion!
Happy coding ;)
@muffin50
Hi FrontEnder!
This is my solution with sass for Four Card Feature :) Please, give your opinion!
Happy coding ;)
@muffin50
Posted
Hi Abdullah, your design looks very respensive and great ! .
i have some suggestions make it better by using these codes :
First, you have to to add
main div {
border-top: 3px solid color;
padding: 15px ;
border-radius:5px ;
} you can change the size, and colors of divs border as they asked you to do .
Secendly, remove all divs class:"line line__"
i hope this helps you .
@feri770
Submitted
I'm having trouble with making the background image, any comment and/or suggestion will be much appreciated.
@muffin50
Posted
Hi Maxfield ,You do a good work ! keep working about the background-image , I have a little advice i hope it can helps you.
You have to add these codes and remove background attachment and position
body {
background-image: url(./images/bg-pattern-top.svg), url(./images/bg-pattern-
bottom.svg) ;
background-repeat: no-repeat , no-repeat ;
background-position: right 45vw bottom 45vh, left 45vw top 45vh ;
}
Marked as helpful