Skip to content

Commit

Permalink
refactor: title and style changes
Browse files Browse the repository at this point in the history
  • Loading branch information
riteshporiya committed Nov 11, 2023
1 parent fadb334 commit 44052b9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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">
<title>Document</title>
<title>Ritesh Poriya</title>
<link rel="stylesheet" href="style.css">

</head>
Expand All @@ -12,7 +12,7 @@
<section class="fireworks" id="sec1">
<section class="content" id="sec2">
<h2>
Happy <c>Diwali</c>
Happy Diwali
<span>Wishing you a festival of lights.</span>
</h2>
</section>
Expand Down
5 changes: 5 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ section
{
position: fixed;
}
.name {
font-size: 2em;
font-weight: bold;
color: #f0d054;
}
section.content
{
z-index: 1;
Expand Down

0 comments on commit 44052b9

Please sign in to comment.