.header-img { max-width: 90%; height: auto; } body { padding-left: 0px; padding-right: 0px; /* Или процентами? */ background-color: #575757; } .side-bar { align-items: center; width: 100%; display: grid; grid-template-columns: 17% 17% 17% 17% 17%; grid-template-areas: "mainp gitea servers mychat workout-area"; background-color: #424242; height: auto; } .mainp { grid-area: mainp; } .gitea { grid-area: gitea; } .servers { grid-area: servers; } .mychat { grid-area: mychat; } .workout-area { grid-area: workout-area; } .side-bar p { text-align: center; padding-left:25px; font-size: 12px; padding-top: 2px; padding-bottom: 2px; } .page-title{ font-family: segoe print; } .main-content { padding-left:10px; text-align: left; background-color: #424242; height: auto; } .main-content p { color: #E0E0E0; padding-left: 5px; text-indent: 5%; font-family: Arial; line-height: 150%; } main { padding-top: 10px; height: auto; margin-bottom: 10px; } footer { text-align: right; padding-right: 10px; background-color: #424242; height: 7%; } footer p { padding-left: 15px; padding-top: 20px; padding-bottom: 20px; color: #E0E0E0; font-family: Arial; font-size: 14px; } h1 { padding-top: 10px; text-align: center; color: #609A21; font-family: Arial; font-size: 16px; } a { font-style: normal; color: #E0E0E0; font-family: Arial; text-decoration: none; transition: 0.2s linear; } a:hover { color: #D74D00; } h2 { text-align: center; color: #E0E0E0; font-family: Arial; font-size: 14px; } .server-ips { text-align: center; color: #E0E0E0; font-family: Arial; font-size: 14px; } .zomboid { width: 50%; } .image-content { text-align: center; } .image-content img { border-radius: 10%; } .default { background-color: #424242; text-align: center; padding-top: 10px; box-shadow: 1px 1px 10px rgba(215, 77, 0, 0.5); height: 100px; } .minecraft-vanilla { width: 50%; } .default nav a:hover { color: #E0E0E0; background-color: #609A21; } .text-link { color: #FFFFFF; } .mychat-cred { margin-left: 5px; } .workout-table { cellpadding: 10px; background-color: #505050; color: #E0E0E0; font-family: Arial; margin: 10px; table-layout: auto; width: 95%; height: 80%; border-collapse: collapse; border: 1px solid black; } .table-head { font-size: 14px; border: 1px solid black; text-align: center; width: 100%; background-color: #202020; } .exercise { font-size: 12px; border: 1px solid black; padding-left: 10px; padding-bottom: 2px; width: 50%; } .count { font-size: 12px; border: 1px solid black; padding-right: 10px; padding-bottom: 2px; text-align: center; width: 10%; } .muscle-group { font-size: 12px; border: 1px solid black; padding-bottom: 2px; text-align: center; width: 10%; } .muscle-group-head { font-size: 12px; border: 1px solid black; padding-bottom: 2px; text-align: center; width: 10%; } .odd { background-color: #353535; } .count-head { font-size: 12px; border: 1px solid black; padding-right: 10px; padding-bottom: 2px; text-align: center; width: 10%; } .exercise-head { font-size: 12px; text-align: center; border: 1px solid black; padding-left: 10px; padding-bottom: 2px; width: 50%; } #leha { font-size: 14px; text-align: center; border: 1px solid black; padding-left: 10px; padding-bottom: 2px; width: 10%; } #plov { font-size: 14px; text-align: center; border: 1px solid black; padding-left: 10px; padding-bottom: 2px; width: 10%; } .p-prim { font-size: 12px; border: 1px solid black; padding-right: 10px; padding-bottom: 2px; text-align: center; width: 10%; } .l-prim { font-size: 12px; border: 1px solid black; padding-right: 10px; padding-bottom: 2px; text-align: center; width: 10%; } .content-text { font-size: 14px; } .index-main-content { height: 200px; padding-bottom: 10px; } .servers-main-content { height: 450px; padding-bottom: 10px; } .mychat-main-content { height: 320px; padding-bottom: 10px; } .workout-main-content { height: 770px; padding-bottom: 10px; }