Skip to content

Commit

Permalink
remove table borders on images
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Creech committed Feb 4, 2024
1 parent 49d88c9 commit c39e3d3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions content/post/how-this-works.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,21 @@ Domains for a custom domain! (Within, you know,
[limits](https://docs.github.com/en/pages/getting-started-with-github-pages/about-github-pages)
_including that you don't mind your source being public_.)

<div>

<style>
table, td, th {
border: none!important;
}
</style>


| ![A browser pointing at bpcreech.com, showing https enabled](/img/i-can-has-https.png) | ![Cert details listing Let's Encrypt as the authority](/img/lets-encrypt.png) |
| -------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------- |
| <p style="text-align: center;">Hooray, `https` works!</p> | <p style="text-align: center;">Thanks, Let's Encrypt!</p> |

</div>

## Alternative considered: Google Cloud Platform

_This is way too much info, just writing for my future reference I guess..._
Expand Down

0 comments on commit c39e3d3

Please sign in to comment.