/
Yermolai
/
Quiz
Обзор
Документация
Войти
/
Yermolai
/
Quiz
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
CSS/style.css
85 строк
2 KB
Yermolay-Jis
First commit
04 авг 2024, 22:51
Не верифицирован
04 авг 2024, 22:51
e58213f
Код
Авторство
О чём код?
body { background-color: rgb(172, 173, 173); justify-content: center; align-items: center; display: flex; } .quiz { position: absolute; display: grid; background-color: rgb(255, 255, 255); justify-content: center; align-items: center; border-radius: 10px; margin-top: 500px; font-size: 20px; box-shadow: 10px; width: 400px; } .title { position: relative; justify-content: center; align-items: center; transform: translateX(10px); } .quiz-list { position: relative; padding: 10px; list-style: none; transform: translate(0px, -20px); } #submit { position: relative; width: 400px; border: none; color: white; background-color: blue; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; padding: 10px; font-size: 20px; } #submit:hover { background-color: rgb(4, 4, 155); } .result-numb { position: relative; justify-content: center; align-items: center; transform: translateX(100px); padding: 10px; } .result-message { position: relative; justify-content: center; align-items: center; transform: translateX(30px); } .cool-message { position: relative; justify-content: center; align-items: center; transform: translate(30px, -20px); } .list-group-item { position: relative; padding: 5px; padding-right: 200px; border-radius: 10px; } .list-group-item:hover { background-color: rgb(224, 222, 218); } .Name-container { position: fixed; padding-right: 1000px; padding-top: 100px; font-size: 25px; } .creator-container { position: fixed; padding-right: 1150px; padding-top: 1250px; }