R
R
Rer12018-07-12 17:30:14
iPhone
Rer1, 2018-07-12 17:30:14

What is better screen protector or film for iphone 8 plus?

What is more comfortable to use? And so that the pressures are clear)

Answer the question

In order to leave comments, you need to log in

6 answer(s)
S
sim3x, 2018-07-12
@sim3x

From falling on concrete - nothing will save
From scratches - gorilla protects
If you take protection, then some kind of orgomic case with bumpers

S
Stalker_RED, 2018-07-12
@Stalker_RED

But is there gorilla glass in there?
If they don’t dig in the sandbox, then it’s quite difficult to scratch.

Y
yuchiko, 2014-11-17
@yuchiko

ul{text-align:center;}
ul li{display:inline-block;}

It is forbidden? Or with float it is necessary?

A
Azim Kurt, 2014-11-17
@Symphony

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>

Option 1:
nav {
    width: 960px;
    position: relative;
    margin: 0 auto;
}
nav ul {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
nav li {
    float:left;
}

Option 2:
nav {
    width: 960px;
    margin: 0 auto;
}
nav ul {
    display: table;
    margin: 0 auto;
}
nav li {
    float:left;
}

Option 3:
nav {
    width: 960px;
    margin: 0 auto;
    text-align: center;
}
nav ul {
    display: inline-block;
}
nav li {
    float:left;
}

T
Timofey Belousov, 2014-11-17
@black_wolf1894

There are many options, read here , there are (almost) all the options.

A
AntonKorablin, 2019-05-10
@AntonKorablin

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 question

Ask a Question

731 491 924 answers to any question