mirror of
https://github.com/TrentSPalmer/fcc-challenges.git
synced 2024-11-22 03:31:31 -08:00
add github label for markdown-previewer
This commit is contained in:
parent
70f38683d1
commit
5bd0d212bb
@ -14,6 +14,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header id="buttonHeader">
|
<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="eraseButton" class="btn">Erase Editor</button>
|
||||||
<button id="reloadButton" class="btn">Reload Example</button>
|
<button id="reloadButton" class="btn">Reload Example</button>
|
||||||
</header>
|
</header>
|
||||||
|
@ -22,7 +22,11 @@ body {
|
|||||||
color: #fdf6e3;
|
color: #fdf6e3;
|
||||||
}
|
}
|
||||||
|
|
||||||
#reloadButton {
|
#forkOnGitHub {
|
||||||
|
font-size: x-large;
|
||||||
|
}
|
||||||
|
|
||||||
|
#reloadButton, #forkOnGitHub {
|
||||||
background-color: #268bd2;
|
background-color: #268bd2;
|
||||||
color: #fdf6e3;
|
color: #fdf6e3;
|
||||||
margin-left: 1rem;
|
margin-left: 1rem;
|
||||||
|
Loading…
Reference in New Issue
Block a user