added logo

This commit is contained in:
RezHackXYZ 2025-05-18 20:17:57 +05:30
parent 6157447cf9
commit badb303ea6
No known key found for this signature in database

View file

@ -1,5 +1,7 @@
<div id="root"> <div id="root">
<h1>ClassRoomStuff</h1> <img
src="https://hc-cdn.hel1.your-objectstorage.com/s/v3/77e7a04f27807b4e0c16bcda09ea222f9e091616_group_18.svg" id="logo"
/>
<h2> <h2>
A collection of awesome tools, games, and more — made to be used in any A collection of awesome tools, games, and more — made to be used in any
classroom! classroom!
@ -238,4 +240,10 @@
color: #aaaaaa; color: #aaaaaa;
font-size: 30px; font-size: 30px;
} }
#logo {
width: 500px;
margin-bottom: 20px;
align-self: center;
}
</style> </style>