This commit is contained in:
edwark43 2023-04-06 12:20:09 -04:00 committed by GitHub
parent d602e4525c
commit 4f391b1007
2 changed files with 8 additions and 4 deletions

View File

@ -92,8 +92,8 @@ body {
font-size: 19.2px; font-size: 19.2px;
} }
.imglink { .imglink {
width: 32px; max-width: 103px;
height: 32px; max-height: 103px;
background-color: black; background-color: black;
float: left; float: right;
} }

View File

@ -37,5 +37,9 @@
<link rel="stylesheet" href="/assets/styles/main.css" /> <link rel="stylesheet" href="/assets/styles/main.css" />
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" /> <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
</head> </head>
<body><a href="https://github.com/edwark43"><img class=".imglink" src="/assets/imgs/github.png" alt="github"></a></body> <body>
<a href="https://github.com/edwark43"
><img class=".imglink" src="/assets/imgs/github.png" alt="github"
/></a>
</body>
</html> </html>