Skip to content

Commit

Permalink
Added a GitHub link
Browse files Browse the repository at this point in the history
  • Loading branch information
Bluestonex63 committed Jun 30, 2023
1 parent 538504e commit a882ec7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
<body>
<div style="display:flex; justify-content: flex-start; align-items: flex-start;">
<div style=" display: flex; flex-direction: column; width: 35%">
<h1 style="width:100%; height: 50%; flex: 1">Run Submitter</h1>
<div style="display:flex;">
<h1 style="width:100%; height: 50%; flex: 1">Run Submitter<sub><a style="margin: auto;" href="https://github.com/Bluestonex63/Run-submitter">(Github)</a></sub></h1>
</div>
<div style="display: flex; width: 100%; height: 50%; flex: 1; align-self: flex-end;">
<div style="width:75%; margin-right:2%">
<form>
Expand Down
5 changes: 5 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,9 @@ button:disabled {
display:none;
width:0px;
height:0px;
}
h1 sub {
vertical-align: sub;
font-size: 12px;
font-family: 'Times New Roman', Times, serif;
}

0 comments on commit a882ec7

Please sign in to comment.