Html
- 6 Devlogs
- 5 Total hours
A simple HTML website that features what I've learned with HTML and CSS, on a random topic, SprintCars!
A simple HTML website that features what I've learned with HTML and CSS, on a random topic, SprintCars!
I added a page that currently has two games, snake and pong. I used the code from straker on github, and did some slight modifications to fix the speed.
I added a new page with a very short reason going over why I made this website :)
I updated the website, where the history page now contains more content. I rearranged the table of contents, and fixed the size, so the interactable box doesn’t span the entire page horizontally.
I centered the boxes and text on the page by assigning them a div with an id and then centering the div. This is probably not the most efficient way of doing this, however it works for me lol. Secondly I cleaned up the pages by adding a nice entrance animation. (I used a website tool called Animista to create the animation w/CSS code [Not an AI tool], all credits are in the READMD file). Lastly, I added a home button to the images page.
I added a functional dropdown menu for the table of contents. I also added a home button on the history page, and made a few hover effects such as a shadow and its color to change when a cursor is over it.
A unique HTML website on Sprint Cars, I’m trying to implement a whole lot of cool effects to make this look modern. Currently I’m relearning CSS for this project, so at the moment it does not look the best.