Using Clip-Path on Hover State
01/04/2021The clip-path css property is a fun one. It's essentially setting a mask on an element. From MDN, "The CSS property creates a clipping…
Read MoreThe clip-path css property is a fun one. It's essentially setting a mask on an element. From MDN, "The CSS property creates a clipping…
Read MoreRecently I had a ticket come in for a survey form and there was some custom styling I had to do for it. The main thing I had to do was add…
Read MoreRecently, I had a task where I had to create video page where there are five videos. The third video would be large and in center and then…
Read MoreUntil recently I never thought much about printing a web page. I guess it's something people do. I know you can. I just never do. That said…
Read MoreMost of the time you want an element to appear on a web page when it loads but sometimes you may want to delay an element from loading. In…
Read MoreA long time ago it was pretty standard to create layouts with tables. Then we moved on to using divs to create layouts. This was certainly…
Read MoreI don't use a whole lot of JavaScript on a day-to-day basis. This week was an exception. There were a couple occasions I had to make sure…
Read MoreI have no idea how to work databases. I'm highly intimidated by them. I have been using JSON for data in personal projects but I certainly…
Read MoreThis was an issue I ran into when solving some accessibility issues. First of all, every page needs to have one h1 tag. Pages shouldn't have…
Read More