Display: Flex

Back when I was little, we made websites using HTML and a bit of CSS, with PHP or ASP or Python to do server-side stuff and Javascript to do client-side stuff. These days, we still use HTML and a bit of CSS, alongside all those other things. But thanks to, well, science, technology and the W3C I guess, we can do soooo much more with just HTML and CSS. Like, for example, rounded corners. In the old days, we had to use images for rounded corners, or weird janky hacks if we wanted rounded corners on anything related to Internet… [Continue Reading]

Read more

The Joys of CSS

No, I’m not talking about Counter-Strike: Source. I’m talking about Cascading Style Sheets. Cascading Style Sheets, better known as CSS, is a language used to make other languages look prettier. More specifically, it tells your web browser what a web page should look like. Even more specifically, CSS tells specific elements in your HTML what they should look like. Using CSS, you can make a background any colour you want, you can make text bigger and smaller, you can make links change colour when you hover and click on them, you can create menus, make pages mobile-friendly,  you can make… [Continue Reading]

Read more