Skip to content

Commit

Permalink
Trying to reduce size of image - redux
Browse files Browse the repository at this point in the history
  • Loading branch information
John Pfuntner committed Apr 8, 2024
1 parent f95a606 commit 7c8456a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 0 additions & 5 deletions stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,3 @@ th, td {
.bold {
font-weight: bold;
}

.halfsize {
width: 50%;
height: auto;
}
5 changes: 4 additions & 1 deletion wsl.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,11 @@ <h3>Links</h3>
<tr>
<td><a href="https://learn.microsoft.com/en-us/windows/wsl/install"><span class="italic">How to install Linux on Windows with WSL</span><a></td>
<td>Instructions for installing WSL and installing a Linux Distro
<br/>
<br/>Be aware that <span class="italic">Virtualization</span> must be enabled on the Windoze machine. I had to do this in my laptop's bios:
<br/><img class="halfsize" src="images/virtualization.png"/>
<br/>
<br/><img src="images/virtualization.png" width="690" height="518"/>
<br/>
<br/>I even had to look up tips from the Internet to bring up the BIOS menu so your mileage may vary!</td>
</tr>
</table>
Expand Down

0 comments on commit 7c8456a

Please sign in to comment.