R
R
RedHairOnMyHead2015-10-12 23:12:02
css
RedHairOnMyHead, 2015-10-12 23:12:02

How to move the border and lower the footer?

How to move the border a little to the left and lower the footer (is it possible to fix it there)?
df2a37e7c21b4273bf46899eb78ddd82.PNG

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Sergey Goryachev, 2015-10-12
@ThePyzhov

facepalm.png
Of course, I understand that the site is for asking questions, but even Yandex knows questions of this level. Sometimes it would be nice to look there too :)))
1. The border can be fixed by resetting the styles, as far as I can see, you have not reset them for ul li, ol li. reset.css will help.
2. It's even easier with a footer, there are 100500 options on the Internet how to do it dimox.name/press_footer_bottom_with_css .
PS: I will add that after applying reset.css, you will also need to align the image to the center of the div and set the padding, so that everything fits nicely.

L
littleguga, 2015-10-12
@littleguga

Take and move to the left.
Take and lower the footer, you can fix it either through position: absolute; bottom: 0;
or position: fixed; bottom: 0;
But honestly, how would you help another person with the same question, where there is only a picture?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question