I need help formatting my footer

Can Someone Help Me With CSS?

So…

I’m typing to finish my site but I’m not getting it

I’m trying to make the end tab end

I want it to look like this:

So my ta looks like this:

I do not know what I’m saying anymore

thankful

margin:auto will be your friend here. You’ll need to set a container for the text with a width and then margin auto will centre that for you. You can align-text center also and other stylings for the text.

You will also need a parent container that will have the background image (which can be repeated to reduce filesize assuming there is repitition.)

heres a little more https://www.w3schools.com/css/tryit.asp?filename=trycss_margin_auto

give that a go and see how you get on

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