Skip to content

Commit 8567516

Browse files
committed
added github link
1 parent d1d7a51 commit 8567516

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

src/index.css

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@ body {
22
background-color: #1B1E2B;
33
}
44

5+
#github {
6+
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
7+
position: absolute;
8+
right: 20px;
9+
top: 20px;
10+
color: rgb(255, 255, 255);
11+
}
12+
13+
#githubLink {
14+
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
15+
font-weight: 200;
16+
color: rgb(255, 255, 255);
17+
}
18+
519
.mainContainer {
620
display: flex;
721
flex-direction: column;

src/index.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@
99
</head>
1010

1111
<body>
12+
<div id="github">
13+
14+
Find on
15+
16+
<a id="githubLink" href="https://github.com/braydenwerner/Maze-Generation-Visualization/"
17+
target="_blank">Github</a>
18+
</div>
19+
1220
<div class="mainContainer">
1321
<div class="buttonContainer">
1422
<button id="generateMazeButton">Generate</button>

0 commit comments

Comments
 (0)