Skip to content
This repository was archived by the owner on Dec 6, 2020. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
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
Binary file added assets/logo_gramiksha.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 20 additions & 14 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,30 @@
<html>
<head>
<title>Hacktoberfest</title>
<link rel="shortcut icon" href="assets/logo_gramiksha.png">
<style type="text/css">
body {
text-align: center;
}
table {
border: 5px solid black;
width: 100%;
}
td {
border: 3px solid black;
}
th {
border: 3px solid black;
}
table,th,td{
text-shadow: 0.5px 0.5px rgb(219, 71, 71);
}
tr:hover {background-color:#f0f0f0;}
</style>
</head>
<body>
<style>
table {
border-collapse: collapse;
width: 100%;
}

<!-- th, td {
padding: 8px;
text-align: left;
border-bottom: 1px solid rgb(168, 164, 164);
}-->
table,th,td{
text-shadow: 0.5px 0.5px rgb(219, 71, 71);
}

tr:hover {background-color:#f0f0f0;}
</style>
<p><b><i>My Contribution</i></b></p>
<div class="letters" style="font-family: 'Courier New', Courier, monospace">
Expand Down