add github label for markdown-previewer

This commit is contained in:
Trent Palmer 2020-04-26 15:37:33 -07:00
parent 70f38683d1
commit 5bd0d212bb
2 changed files with 6 additions and 1 deletions

View File

@ -14,6 +14,7 @@
</head>
<body>
<header id="buttonHeader">
<a href="https://github.com/TrentSPalmer/fcc-challenges/tree/gh-pages/markdown-previewer" target="_blank" id="forkOnGitHub" class="btn"><i class="fab fa-github"></i></a>
<button id="eraseButton" class="btn">Erase Editor</button>
<button id="reloadButton" class="btn">Reload Example</button>
</header>

View File

@ -22,7 +22,11 @@ body {
color: #fdf6e3;
}
#reloadButton {
#forkOnGitHub {
font-size: x-large;
}
#reloadButton, #forkOnGitHub {
background-color: #268bd2;
color: #fdf6e3;
margin-left: 1rem;