/
ihtiandr9
/
httpserver
Обзор
Документация
Войти
/
ihtiandr9
/
httpserver
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
class-stylesheet
cpp/static/green.css
71 строка
1 KB
lomaster
separate it
08 фев 2026, 15:30
08 фев 2026, 15:30
b936e7d
Код
Авторство
О чём код?
.logo { height: 100; width: 100; } .pagetopheader:hover { text-decoration: underline; } .pagetopheader { display: flex; align-items: center; justify-content: flex-start; text-align: center; background-color: greenyellow; color: blueviolet; border: 4px solid black; margin: 40px; padding: 20px; font-size: 46px; } .pagebody { display: flex; align-items: center; justify-content: flex-start; text-align: center; background-color: greenyellow; color: blueviolet; border: 4px solid black; margin: 40px; padding: 20px; font-size: 46px; } .computers { width: 100%; border-collapse: collapse; margin: 20px 0; } .computers th, .computers td { border: 1px solid #333; padding: 8px 12px; text-align: left; } .computers th { background-color: #f2b7ef; font-weight: bold; } .computers tr { background-color: #0df0ec; } .computers tr:nth-child(even) { background-color: #4bd35b; } .computers tr:hover { background-color: #529ab0; } .centered-text { flex: 1; /* Занимает оставшееся пространство */ text-align: center; /* Центрирует текст */ }