Jump to content

denik1242

Neophyte
  • Posts

    1
  • Joined

  • Last visited

Everything posted by denik1242

  1. <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> <style> .container { display: grid; grid-gap: 5px; grid-template-columns: repeat(auto-fit,minmax(100px, 1fr)); grid-template-rows: repeat(2, 100px); } .div{ background: yellow; } </style> </head> <body> <div class="container"> <div class="div">1</div> <div class="div">2</div> <div class="div">3</div> <div class="div">4</div> <div class="div">5</div> <div class="div">6</div> </div> </body> </html> _______________________________________________________________________________________________________________________________ Скопируйте и проверьте в Google Chrome не работает autofill , а MS Edge работает , кто оъяснит что происходит ? И вот вопрос возможно ли этот вопрос решить с помощью : @media only screen ( min-width-device 320px) << все данные чисто как пример .
×
×
  • 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