css@access-counter
アクセスカウンターをヘッダーに表示
code:style.css
.navbar .project-home::after {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
display: block;
height: 40px;
margin-left: 20px;
width: 90px;
top: 100px;
content: "";
}