Добавил:
Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:

Лабы / 1 Курс / Лаб 3 / name_base

.css
Скачиваний:
0
Добавлен:
15.04.2026
Размер:
845 б
Скачать
table {
    border-collapse: collapse;
    width: 100%;
    text-align: center;
   }
   th, td {
    border: 1px solid black;
    padding: 4px;
   }
   th {
    background: silver;
    border-bottom: 4px solid black;
    font-weight: bold;
    font-style: italic;
   }
   tr:nth-child(odd) {
    background: silver;
   }
   p {
    margin: 0;
    text-indent: 1.5cm;
    text-align: justify;
   }
   .header {
    font-size: 18pt;
    font-weight: bold;
    font-style: italic;
    text-align: center;
   }
   .main_text {
    font-family: Arial, serif;
    width: 90%;
   }
   .spec_text {
    background: silver;
    font-weight: bold;
    border: 1px solid black;
    text-align: justify;
   }
   .emphasizer {
    font-weight: bold;
    font-style: italic;
    text-decoration: underline;
   }
   
Соседние файлы в папке Лаб 3