Skip to content

Commit

Permalink
rozwiazanie
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMagicBoy committed Aug 21, 2024
1 parent 8bc01fa commit 112435b
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 2 deletions.
5 changes: 3 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ 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://Karol Banaś.github.io/layout_hello-world/)
- [TEST REPORT LINK](https://Karol Banaś.github.io/layout_hello-world/report/html_report/)
18 changes: 18 additions & 0 deletions src/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0"
/>
<link
rel="stylesheet"
href="style.css"
/>
<title>Document</title>
</head>
<body>
<p class="text">Hello, world!</p>
</body>
</html>
13 changes: 13 additions & 0 deletions src/style.css
Original file line number Diff line number Diff line change
@@ -1 +1,14 @@
/* styles go here */
.text {
color: darkmagenta;
position: relative;
top: 200px;
margin-top: 20px;
height: 100px;
padding-top: 20px;
}

.body {
font-size: 10px;
font-family: 'Times New Roman', Times, serif;
}

0 comments on commit 112435b

Please sign in to comment.