CSS стили
Добавлено: Пн сен 27, 2021 10:49 pm
/* Reset Theme :: home.css -------------------------------------*/ a { text-decoration: none; color: rgb(65, 135, 225); } body { font: 1em Arial,sans-serif; width: 100%; background: #eaf3f9; } #wrapper__home { position: relative; width: 1000px; max-width: 100%; margin: 0 auto; background: #fff; } /* HEADER --------------------------------------*/ header { width: 100%; height: 400px; padding: 20px 20px; } header a { color: #eee; } h1.name { text-align: right; padding: 40px 90px 0 0; line-height: .9; text-shadow: -6px 5px black; } .description { text-align: right; padding: 30px 100px 0 0; color: #EEEEECFF; } h1.name, .description { position: relative; z-index: 2; }