Skip to content

Commit

Permalink
Update about.html
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanzhanggg authored Sep 18, 2023
1 parent 6c9d579 commit 3b2e916
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions _pages/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,36 @@
</head>
<body>

<style>
/* Add your CSS styles here */
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 20px;
}
h1 {
color: #333;
text-align: center; /* Center the header */
}
h2 {
color: #777;
}
table {
width: 100%;
border-collapse: collapse;
margin-top: 20px;
border: none; /* Remove table border */
}
td.date {
width: 1%;
white-space: nowrap;
font-style: italic;
color: #888;
text-align: right;
padding-right: 10px;
}
</style>

<main>
<section>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" crossorigin="anonymous"></script>
Expand Down

0 comments on commit 3b2e916

Please sign in to comment.