Напишите ** языке HTML 60 баллов

0 голосов
12 просмотров

Напишите на языке HTML 60 баллов


image

Информатика (16 баллов) | 12 просмотров
Дан 1 ответ
0 голосов

html:

<!DOCTYPE html>

Замки Франкции

 

 Замки Франции

 

 

 

 

Замок Шамбор

 

 

замок шамбор

 

твой текст

 

 

 

Автор:Фамилия Имя

 

апрель 2020 г.

CSS:

.container {

font-size: 1.75em;

width: 90%;

border: 4px double black;

 

}

header {

display: flex;

text-align: center;

justify-content: center;

font-size: 1.5em;

}

section {

display: flex;

text-align: center;

justify-content: space-around;

}

.menu {

width: 200px;

padding-right: 20px;

height: 100%;

float: left;

border-right: 4px double black;

}

.menu li {

font-weight: bold;

list-style-type: none;

padding: 10px;

}

.menu a {

color: black;

}

.text {

display: flex;

justify-content: space-around;

}

footer {

font-weight: bold;

display: flex;

text-align: center;

justify-content: center;

}

footer p {

margin: 5px;

}

img {

width: 350px;

padding: 10px;

}

(46 баллов)