/
githubmirror
/
50projects50days
Обзор
Документация
Войти
/
githubmirror
/
50projects50days
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
random-image-generator/style.css
36 строк
583 B
Brad Traversy
Random image generator
20 окт 2020, 20:20
20 окт 2020, 20:20
d82e901
Код
Авторство
О чём код?
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap'); * { box-sizing: border-box; } body { font-family: 'Roboto', sans-serif; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 100vh; margin: 0; } .title { margin: 10px 0 0; text-align: center; } .container { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; max-width: 1000px; } .container img { object-fit: cover; margin: 10px; height: 300px; width: 300px; max-width: 100%; }