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 Bkg.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
table, th, td{border: 2px solid black; border-collapse: collapse; padding: 30px; font-family: ALGERIAN; align-content: center;}
body{
background-color: #000;
background-repeat: no-repeat;
background-attachment: fixed;
height: 100vh;
background-size: cover;
background-position: center;
}
.table_body{font-size: 250%; margin: 8%; margin-right: 10%}
20 changes: 14 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
<!DOCTYPE HTML>
<html>
<head>
<link rel="stylesheet" type="text/css" href="css/style.css">>
<title>Hacktoberfest</title>
</head>
<body>
<div class="heading_">
<p>
<h1 style="text-align: center; color: #fff; font-size: 400%; padding: 5px 20px; border: 1px; border-style: #fff " ><u>MY CONTRIBUTIONS
</u></h1>

</p>
<style>
table {
border-collapse: collapse;
Expand All @@ -12,7 +19,7 @@

<!-- th, td {
padding: 8px;
text-align: left;
text-align: center;
border-bottom: 1px solid rgb(168, 164, 164);
}-->
table,th,td{
Expand All @@ -21,15 +28,16 @@

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

<div class="letters" style="font-family: 'Courier New', Courier, monospace; color: rgb(168,164,164); ">
<table>
<tr>
<th>Letter</th>
<th>Example</th>
<th><h1 style="font-size:300% ">Letter</h1></th>
<th><h1 style="font-size:300% ">Example</h1></th>
</tr>
<div class="table_body">
<tr>
<td>A for apple</td>
<td><b>A for apple</td>
<td><img src=assets/apple.png style="width:200px;height:200px"></td>
</tr>
<tr>
Expand Down