make css friendlier and add images with links
This commit is contained in:
parent
0ba63b5535
commit
b75ea88b48
4 changed files with 10 additions and 6 deletions
Binary file not shown.
Before Width: | Height: | Size: 4.9 KiB |
|
@ -8,8 +8,8 @@
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
display: flex;
|
display: flex;
|
||||||
width: 100vw;
|
width: 100%;
|
||||||
height: 100vh;
|
height: 100%;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
background-color: #171717;
|
background-color: #171717;
|
||||||
|
@ -17,6 +17,8 @@
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<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>
|
</body>
|
||||||
</html>
|
</html>
|
Binary file not shown.
Before Width: | Height: | Size: 13 KiB |
|
@ -8,8 +8,8 @@
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
display: flex;
|
display: flex;
|
||||||
width: 100vw;
|
width: 100%;
|
||||||
height: 100vh;
|
height: 100%;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
background-color: #171717;
|
background-color: #171717;
|
||||||
|
@ -17,6 +17,8 @@
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<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>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
Reference in a new issue