Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Prawy126 authored Jan 15, 2024
1 parent 2ef4835 commit ac45619
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lab3/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<titel>Podstawy CSS</titel>
<title>Podstawy CSS</title>
<style>
p {
color: red;
Expand All @@ -27,4 +27,4 @@ <h1 style="color:orangered;"><u>Akapity w css</u></h1>
<p id="special">Przykład</p>
<p class="example">Kolejny element</p>
</body>
</html>
</html>

0 comments on commit ac45619

Please sign in to comment.