/
almaz-vil
/
MemInfoProc
Обзор
Документация
Войти
/
almaz-vil
/
MemInfoProc
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/style.css
94 строки
1 KB
almaz-vil
Add files via upload
24 янв 2023, 14:31
Не верифицирован
24 янв 2023, 14:31
9c11015
Код
Авторство
О чём код?
:root { margin: 0; padding: 0; font-family: Inter, Avenir, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 16px; color: #0f0f0f; background-color: #f6f6f6; font-synthesis: none; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-text-size-adjust: 100%; } .row{ display: flex; justify-content: space-between; background-color: white; border-radius: 8px; border: 1px solid transparent; } #checkrundiv{ background-color: #396cd8; padding: .5em; } canvas{ margin: 5px; } input, button { border-radius: 8px; border: 1px solid transparent; padding: 0.6em 1.2em; font-size: 1em; font-weight: 500; font-family: inherit; color: #0f0f0f; background-color: #ffffff; transition: border-color 0.25s; box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); } button { cursor: pointer; } button:hover { border-color: #396cd8; } input, button { outline: none; } #greet-input { margin-right: 5px; } #canvas-id{ display: inline; height: 100px; width: 300px; } table{ border: 2px solid gold; width: 100%; border-collapse: collapse; } #version-msg{ color: #0f0f0f; } th{ border: 4px solid green; } td{ border: 1px solid blue; font-weight: 400; } .run{ border: 2px solid blue; font-weight: 900; }