My first challenge is building this project which you see currently. In this challenge, I wanted to build a very simple and clean website using only HTML structure and CSS styles without fireworks.
02. custom page loader
A custom animated page loader based on pseudo selectors.
See the Pen jOVBxwj by Krzysztof Grudzień (@CrisCode-2018) on CodePen.
03. hover gallery
A very cool gallery based on grid and css animations. When you hover on particular thumbnail image from left side the big one will show up.
See the Pen ExNWLeW by Krzysztof Grudzień (@CrisCode-2018) on CodePen.
04. checkbox burger icon
A custom burger menu icon with changing icon and text. This is a very popular approach how to subtitute the JavaScript using the CSS syntax only.
See the Pen wvoJjZL by Krzysztof Grudzień (@CrisCode-2018) on CodePen.
05. custom hover tooltip
The fundamental idea is to hover on the icon and the tooltip should be show up from different sides. I didn't use many classes for different directions. So, in the css styles - there is a special section with different types of behavior. Most code have been commented but only one type of direction is uncommented. You can choose your type.
See the Pen Custom hover tooltip by Krzysztof Grudzień (@CrisCode-2018) on CodePen.
06. custom send mail button
Sending email button with animated content when user clicks the button
See the Pen Custom send mail button by Krzysztof Grudzień (@CrisCode-2018) on CodePen.
07. custom clicked circle navigation
Different approach to the navigation on the websites.
See the Pen Custom circle navigation by Krzysztof Grudzień (@CrisCode-2018) on CodePen.
08. custom toggle radio buttons
Custon toggle radio buttons - nice 😉
See the Pen Custom toggle radio buttons by Krzysztof Grudzień (@CrisCode-2018) on CodePen.
09. custom switched labels
Good approach if you want to avoid JS for custom labels (posts, news, etc)
See the Pen LYbWrjg by Krzysztof Grudzień (@CrisCode-2018) on CodePen.
10. navigation with images
Stand out navigation with images inside.
See the Pen JjbWZMa by Krzysztof Grudzień (@CrisCode-2018) on CodePen.
11. hover reverse card
Awesome effect with hover event on the card. When you hover on it the card will turn over.
See the Pen mdOmWOq by Krzysztof Grudzień (@CrisCode-2018) on CodePen.
12. custom select tag
Sometimes you need to customize your select tag of form, so below there is something that you need.
See the Pen Custom select tag by Krzysztof Grudzień (@CrisCode-2018) on CodePen.
13. credit card layout
An amazing credit card layout!!!. In addition, there is a hover effect for front and back side 😉.
See the Pen Credit Card Layout by Krzysztof Grudzień (@CrisCode-2018) on CodePen.
14. custom input range
If you want create a custom "input range", you should check this.
See the Pen Custom input range by Krzysztof Grudzień (@CrisCode-2018) on CodePen.