Skip to content

Commit

Permalink
add task solution
Browse files Browse the repository at this point in the history
  • Loading branch information
AlyonaV22 committed Sep 14, 2024
1 parent e200f8a commit 17d1d0c
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ and use this [VSCode settings](https://mate-academy.github.io/fe-program/tools/v
## Demo Links

Replace `<your_account>` with your Github username and copy the links to Pull Request description:
- [DEMO LINK](https://<your_account>.github.io/layout_hello-world/)
- [TEST REPORT LINK](https://<your_account>.github.io/layout_hello-world/report/html_report/)
- [DEMO LINK](https://AlyonaV22.github.io/layout_hello-world/)
- [TEST REPORT LINK](https://AlyonaV22.github.io/layout_hello-world/report/html_report/)
16 changes: 16 additions & 0 deletions src/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0"
/>
<title>Document</title>
</head>
<body>
<div>
<div class="text">Hello, world!</div>
</div>
</body>
</html>
4 changes: 3 additions & 1 deletion src/style.css
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
/* styles go here */
.text {
padding: 10px;
}

0 comments on commit 17d1d0c

Please sign in to comment.