Home
Some CSS
Continuing on the train of polishing up the website: I did some CSS stuff to add the post titles to the thumbnails and learned about 'Pointer Events' so the titles are basically transparent to the pointer aka the little reveal animation will play even when the pointer is over the title div. I also learned about using vw and vh in more places to be responsive units so now the thumbnail text and even the blur change responsively! Then I thought of a simple way to start implementing different post types so now there are separate components that are made for image and video posts. So, of course, today I had to make a simple little Netflix / SciFi identity style video for the CSS that was done since that was most of the work. Having a lot of fun with the web dev stuff again so we'll see where this takes us! OH and also turns out that IOS doesn't support the webm codec, which is INSANE because webm is an absolutely incredible codec for web delivery, especially for little things like this. So sorry Stephy you wont be able to view the videos on your phone unless you run them through VLC or something.
Home