Jump to content

Alex.a

Newbie
  • Posts

    3
  • Joined

  • Last visited

Posts posted by Alex.a

  1. <div class="box-two">
            <div>1</div>
            <div>2</div>
            <div>3</div>
            <div>4</div>
            <div>5</div>
            <div>6</div>
    </div>
    .box-two:nth-child(2n) {
        color: red;
    }

    Ни в какую не хочет работать, браузер chrome, редактор brackets. First-child и last-child тоже не работают, что может быть не так?

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy