mirror of
https://github.com/NohamR/Code-to-PDF.git
synced 2026-05-24 19:58:50 +00:00
Add github icon
This commit is contained in:
BIN
images/github-mark-white.png
Normal file
BIN
images/github-mark-white.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.7 KiB |
@@ -36,7 +36,12 @@
|
||||
|
||||
<body>
|
||||
<div class="hide-from-print">
|
||||
<h1><a href="index.html">Code to PDF</a></h1>
|
||||
<h1>
|
||||
Code to PDF
|
||||
<a href="https://github.com/tarikjaber/Code-to-PDF" target="_blank">
|
||||
<img src="images/github-mark-white.png" alt="GitHub" class="github-icon">
|
||||
</a>
|
||||
</h1>
|
||||
<div class="options">
|
||||
<input id="document-name-input" type="text" placeholder="File name" />
|
||||
<select name="languages" id="languages">
|
||||
|
||||
@@ -146,3 +146,12 @@ p {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.github-icon {
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
margin-left: 10px;
|
||||
vertical-align: middle;
|
||||
float: right;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user