Добавил:
Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:
Курсовая ОИТ.docx
Скачиваний:
0
Добавлен:
07.06.2026
Размер:
132.95 Кб
Скачать

Листинг style.Css

body {

background-color: #fefbe4;

margin: 0;

font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; }

section {

margin-bottom: 100px; }

.bg {

height: 700px;

background-size: cover;

background-position: center; }

.container {

position: relative;

box-sizing: border-box;

margin: 0 auto;

max-width: 1920px;

padding-left: 100px;

padding-right: 100px; }

.hero_container {

height: 100%;

display: flex;

flex-direction: column;

align-items: center;

justify-content: center; }

.hero_header {

color: #fff;

font-size: 60px; }

.hero_text {

font-weight: bold;

color: #fff;

font-size: 30px; }

.main_text {

text-align: center;

color: #252525;

font-size: 25px; }

.main_list_el {

font-size: 25px;

color: #252525; }

.main_list_link {

text-decoration: none;

color: #ffbb00;

font-size: 25px; }

.kirh_container {

display: flex;

flex-direction: column;

text-align: center;

align-items: center; }

.kirh_header {

text-align: center;

color: #ffbb00;

font-size: 30px; }

.kirh_text {

color: #252525;

font-size: 25px; }

.kirh_btn {

cursor: pointer;

border: none;

width: 150px;

height: 50px;

background-color: #ffbb00;

border-radius: 50px; }

Листинг main.Js

let name = prompt('Введите ваше имя:');

alert('Привет, ' + name + '!');

Санкт-Петербург

2023

Соседние файлы в предмете Основы интернет технологий