F
F
Frontend1232019-10-05 21:54:41
css
Frontend123, 2019-10-05 21:54:41

How to place at the bottom of the site the same way as in the photo?

5d98e7ed38158197512969.pngThat's how it is now
5d98e8033fdad077000898.pngThat's how it should be

<div class="footer">
            <div id="copy">
              Copyright &copy; 2011. All rights reserved
            </div>
          </div><!-- #footer -->
          </div>
          </div>
        </div>
      </div>
    </div>
  </footer> <!-- Подвал-->

#footer {
    min-width: 1000px;
    margin: -100px auto 0;
    height: 100px;
    position: relative;

Answer the question

In order to leave comments, you need to log in

1 answer(s)
O
origami1024, 2019-10-05
@Frontend123

add to icon parent

display: flex;
justify-content: space-around;

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question