Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added github icon at footer section and done styling casting #356

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Added Styling with help of css and added hover effect on various links
  • Loading branch information
ankit071105 committed Oct 1, 2023
commit 801aede0826747ec5dbcc6061a4b5027e25143d9
Binary file added .DS_Store
Binary file not shown.
37 changes: 34 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,15 +89,46 @@
}
a{
color: rgb(24, 23, 23);
margin-left: 20px;
}
a:hover{
color: rgb(57, 96, 172);
}
body{
background-color: rgb(216, 216, 216);
background-color: rgb(241, 240, 240);
}
h1{
color: rgb(89, 86, 86);
text-align: center;
}
h2{
color: rgb(89, 86, 86);
text-align: center;
}
h3{
color: rgb(89, 86, 86);
text-align: center;

}
h4{
color: rgb(89, 86, 86);
text-align: center;
}
h5{
color: rgb(89, 86, 86);
text-align: center;
}
h6{
color: rgb(89, 86, 86);
text-align: center;
}
p{
font-family: Verdana, Geneva, Tahoma, sans-serif;
margin-left: 10px;

}img{
margin-left: 40px;
border: 2px soild black;
}
</style>
</head>
Expand Down Expand Up @@ -375,14 +406,14 @@ <h3 id="typography">Typography</h3>
<li>Ordered list item 3</li>
</ol>

<p>Addresses are also styled to be <strong>awesome</strong>!</p>
<p style="margin-left: 10px;"> Addresses are also styled to be <strong>awesome</strong>!</p>
<address>
<a href="mailto:[email protected]">[email protected]</a><br />
<a href="tel:778-330-2389">778-330-2389</a><br />
<a href="sms:666-666-6666">666-666-6666</a><br />
</address>

<br />
<br>

<h1>Heading 1</h1>
<h2>Heading 2</h2>
Expand Down