This commit is contained in:
edwark43 2023-04-06 12:24:40 -04:00 committed by GitHub
parent 4f391b1007
commit b7c8956c4a
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -39,7 +39,7 @@
</head> </head>
<body> <body>
<a href="https://github.com/edwark43" <a href="https://github.com/edwark43"
><img class=".imglink" src="/assets/imgs/github.png" alt="github" ><img class="imglink" src="/assets/imgs/github.png" alt="github"
/></a> /></a>
</body> </body>
</html> </html>