make css friendlier and add images with links

This commit is contained in:
Daniel Alejandro Gallegos 2023-09-20 21:34:54 -04:00
parent 0ba63b5535
commit b75ea88b48
Signed by: taco
GPG key ID: 5A09E616957C4F12
4 changed files with 10 additions and 6 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.9 KiB

View file

@ -8,8 +8,8 @@
<style>
body {
display: flex;
width: 100vw;
height: 100vh;
width: 100%;
height: 100%;
align-items: center;
justify-content: center;
background-color: #171717;
@ -17,6 +17,8 @@
</style>
</head>
<body>
<img src="blobcatdeficit.png" alt="A scared yellow cat with glasses and a tie pointing towards a chart with a red line going down." />
<a href="../">
<img src="blobcatdeficit.png" alt="A scared yellow cat with glasses and a tie pointing towards a chart with a red line going down." />
</a>
</body>
</html>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

View file

@ -8,8 +8,8 @@
<style>
body {
display: flex;
width: 100vw;
height: 100vh;
width: 100%;
height: 100%;
align-items: center;
justify-content: center;
background-color: #171717;
@ -17,6 +17,8 @@
</style>
</head>
<body>
<img src="blobcatbusiness.png" alt="A smiling yellow cat wearing glasses and a tie pointing towards a chart with a green line going up." title=":blobcatbusiness:"/>
<a href="/deficit">
<img src="blobcatbusiness.png" alt="A smiling yellow cat wearing glasses and a tie pointing towards a chart with a green line going up." title=":blobcatbusiness:"/>
</a>
</body>
</html>