Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
task
  • Loading branch information
Amira1117 committed Mar 6, 2023
1 parent dd4062f commit b061e94
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions liveserver/myFirstProject/i4.html
@@ -0,0 +1,35 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Задание 14</title>
<style>
body {
font-size: 73px;
text-align: center;
}

.red {
color: red;
}

.yellow {
color: yellow;
}

p {
margin-top: 200px;
font-weight: 600;
}
</style>
</head>

<body>
<p>
<span class="red">H</span><span class="yellow">e</span>llo World!</p>
</body>

</html>

0 comments on commit b061e94

Please sign in to comment.