Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
From falling on concrete - nothing will save
From scratches - gorilla protects
If you take protection, then some kind of orgomic case with bumpers
But is there gorilla glass in there?
If they don’t dig in the sandbox, then it’s quite difficult to scratch.
ul{text-align:center;}
ul li{display:inline-block;}
Lots of options, here are three.
<nav>
<ul>
<li><a href="#">text 1</a></li>
<li><a href="#">text 2</a></li>
<li><a href="#">text 3</a></li>
<li><a href="#">text 4</a></li>
<li><a href="#">text 5</a></li>
</ul>
</nav>
nav {
width: 960px;
position: relative;
margin: 0 auto;
}
nav ul {
position: absolute;
left: 50%;
transform: translateX(-50%);
}
nav li {
float:left;
}
nav {
width: 960px;
margin: 0 auto;
}
nav ul {
display: table;
margin: 0 auto;
}
nav li {
float:left;
}
nav {
width: 960px;
margin: 0 auto;
text-align: center;
}
nav ul {
display: inline-block;
}
nav li {
float:left;
}
There are many options, read here , there are (almost) all the options.
Everything seems to be correct for me, but the list is still displayed on the left
sib-ride.ru
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question