Creating a Close icon, or creating an X, is trickier than you’d think. This post will show you how to create an X from scratch using only CSS. This way, you can use it for any project you have, irrespective of icon libraries, images, etc. The icon we are going to recreate is the oneContinue reading “Create an X (Close icon) – CSS Solution”
Category Archives: CSS Tips
Table Header Always Displayed – CSS Solution
A common problem I had and saw online was making a table on a web page have the top/header row always displayed while the body of the table scrolls. I found this solution on Stack Overflow and it worked well! I cannot remember who suggested this, but if you are the person who did this,Continue reading “Table Header Always Displayed – CSS Solution”