Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
vikdevelop authored Jun 29, 2024
1 parent f2f618d commit 98eda4c
Showing 1 changed file with 20 additions and 3 deletions.
23 changes: 20 additions & 3 deletions wiki/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,30 @@
font-family: Arial, sans-serif;
margin: 0;
padding: 20px;
background-color: #f5f5f5;
}
h1 {
text-align: center;
color: #333;
margin-bottom: 30px;
}
table {
width: 100%;
max-width: 800px;
border-collapse: collapse;
background-color: #fff;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
margin: 40px auto;
}
th, td {
padding: 10px;
padding: 20px;
text-align: left;
border-bottom: 1px solid #ddd;
border-bottom: 1px solid #f0f0f0;
}
th {
background-color: #f2f2f2;
background-color: #f7f7f7;
font-weight: bold;
color: #555;
}
a {
color: #0077b6;
Expand All @@ -32,6 +41,14 @@
}
.directory {
font-weight: normal;
font-size: 16px;
}
.about-link {
display: block;
text-align: center;
margin-top: 30px;
font-size: 18px;
font-weight: bold;
}
</style>
</head>
Expand Down

0 comments on commit 98eda4c

Please sign in to comment.