new picture

This commit is contained in:
Clevertop 2024-09-29 23:43:53 +10:00
parent 96d4e0a3a5
commit ab1ab3cb49
2 changed files with 2 additions and 1 deletions

View file

@ -12,7 +12,7 @@ useSeoMeta({
<template> <template>
<main> <main>
<h1>Welcome!</h1> <h1>Welcome!</h1>
<img src="https://avatars.githubusercontent.com/u/41929769" class="pfp" /> <img src="/img/Tabby.JPG" class="pfp" />
<hr> <hr>
<p>Coming here from SXSW and wanna check out the games I was showcasing? Check them out below!</p> <p>Coming here from SXSW and wanna check out the games I was showcasing? Check them out below!</p>
@ -66,6 +66,7 @@ useSeoMeta({
border-color: --accent; border-color: --accent;
border-radius: 10px; border-radius: 10px;
border: 7px solid #e17ff5; border: 7px solid #e17ff5;
width: 60%;
} }
@media (max-width: 1000px){ @media (max-width: 1000px){

BIN
public/img/Tabby.JPG Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 355 KiB