Skip to content

Commit

Permalink
test busuanzi
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan95567 committed Dec 16, 2023
1 parent e5e8a30 commit d508de6
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
17 changes: 14 additions & 3 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ body{
transform: translateY(-3px);
}
}
#title, #navbar, #profile_pic, #name, #context_channel, #bottombar, #maparea{
#title, #navbar, #profile_pic, #name, #context_channel, #bottombar, #maparea, .busuanzi{
display: flex; /* Use flexbox to center horizontally */
justify-content: center; /* Center content horizontally */
align-items: center; /* Center content vertically */
Expand Down Expand Up @@ -173,7 +173,18 @@ body{
.scrolldown{
transform: translateY(-40%);
}
.project-item{
.project-item, .busuanzi{
font-family: 'Julius Sans One', sans-serif;
font-size: 12px;
font-size: 15spx;
}
#busuanzi_container_site_uv::after{
content: "|";
padding-left: 10px;
margin-right: 10px;
}
#people::before{
content: "\f007";
}
#eye::before{
content: "\f06e";
}
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,11 @@ <h3>PigZzz handcrafts!</h3>
<div class="busuanzi">
<script async src="//busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js"></script>
<span id="busuanzi_container_site_uv">
<i class="people"></i>
visitors<span id="busuanzi_value_site_uv"></span>
</span>
<span id="busuanzi_container_site_pv">
<span id="busuanzi_container_site_pv">
<i class="eye"></i>
Total visits<span id="busuanzi_value_site_pv"></span>
</span>
</div>
Expand Down

0 comments on commit d508de6

Please sign in to comment.