I'm having problems styling my footer

Tell us what’s happening:
i want my footer to be exactly as the one on the project example but i just can`t figure out how to do it.

Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36

Challenge: Build a Product Landing Page

Link to the challenge:

Hi there,

The footer will be styled in CSS. It will make use of:

margin:
background-color:
padding:

You can also align the text/display type using CSS, or HTML.

I can’t give you an exact answer. Start with footer in CSS with the items above and adjust from there :slight_smile:

Cheers,
Chris

display : flex
justify-content:flex-end

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.