/
encore
/
Undercore
Обзор
Документация
Войти
/
encore
/
Undercore
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
master
server/static/css/cell_automaton.css
53 строки
796 B
Kotto
Last commit
19 май 2024, 16:28
19 май 2024, 16:28
1085f18
Код
Авторство
О чём код?
*{ margin: 0; padding: 0; font-family: Roboto, monospace; } .logo { width: auto; height: auto; } .nav_bar { width: 150px; height: 100%; background: #ffffff; border-radius: 0 25px 25px 0 } .nav_bar:hover { width: 250px; transition: 0.5s; } .container { background: #222222; width: 100%; height: 100vh; display: flex; text-align: center; align-self: center; align-content: center; } .logo_desc { font-size: 35px; text-align: center; } .project { font-size: 25px; text-align: center; } .image_wrapper { width: 100%; height: 100vh; display: flex; justify-content: center; align-items: center; padding: 10px; } .image_wrapper img { height: 600px; width: 600px; background-color: white; }