BLOG

This page is a summary of the weekly blogs. Here, you can select the blogs you want to view.

You can see the development history of my project in it.

.wp-block-navigation a { color: white; text-decoration: none; position: relative; transition: all 0.3s ease; } .wp-block-navigation a:hover { color: #3da9fc; } .wp-block-navigation a::after { content: “”; position: absolute; left: 0; bottom: -3px; width: 0%; height: 2px; background-color: #3da9fc; transition: width 0.3s ease; } .wp-block-navigation a:hover::after { width: 100%; }