L
L
ledokol882018-07-07 22:16:05
css
ledokol88, 2018-07-07 22:16:05

How to change the layout of menu sections in a row?


Menu

  • Section 1
  • Section 2
  • Section 3
  • Section 4

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Varlam, 2018-07-12
@ledokol88

A dry answer to a dry question:

<nav class="prost"> 
  <a href="http://indexru.html"     rel="nofollow">Раздел 1</a>&nbsp;
  <a href="http://uslugi.html"      rel="nofollow">Раздел 2</a>&nbsp;
  <a href="http://kontaktru.html"   rel="nofollow">Раздел 3</a>&nbsp;
  <a href="http://about.html"       rel="nofollow">Раздел 4</a>&nbsp;
</nav>

and this is working. Here is a little css to it for a change:
.prost{
       margin: 1px; 
       padding: 8px; 
       text-align: center; 
       background: rgba(150, 200, 210, .8); 
      }

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question