Image Filters

In this tutorial, we will be taking a look at some of the common image filters that are available with CSS. Note, the syntax used in this tutorial may be outdated in the future. The specification seems to still be a working draft as of June 11, 2019. It is my hope that this guide will help you try out this nifty feature of CSS! First, let’s create a folder somewhere and add a new file inside named index....

June 11, 2019 · 3 min · Jared

Simple Dropdown

Hello everyone! Let’s dive right into creating our own very simple dropdown menu (or any container.) We won’t be doing anything fancy with this, other than what is shown in the following preview: There should have been a video here but your browser does not seem to support it. To create this dropdown menu, create an HTML file somewhere and name it however you like. Inside this HTML file, let’s add some basic code:...

June 3, 2019 · 3 min · Jared

Simple Navigation Bar

In this tutorial we will be creating a simple, modern navigation bar. It’s nothing fancy, it just works, and it looks modern. I’m deriving the basis of this tutorial from my full screen landing page tutorial. It’s not required, but feel free to clone the repository for that tutorial and that can be the basis for our purposes here. It would be helpful to know HTML and CSS, but it’s not necessarily required, though highly recommended....

April 24, 2019 · 3 min · Jared