I have been working on creating a loading screen, but I am facing an issue with aligning the h1 tag selected to the top left. As a young developer at the age of 13, I am quite confused. I attempted to use the following CSS properties:
vertical-align: top;
text-align: left;
However, it did not yield the desired result. Any assistance provided would be greatly appreciated.
Here is the code snippet:
HTML5:
<!DOCTYPE html>
<!-- More HTML code here -->
</html>
CSS3:
::selection {
color: #ffff;
background: rgb(142, 73, 232);
}
/* More CSS styles here */