Skip to content
This repository has been archived by the owner on Sep 14, 2024. It is now read-only.

Commit

Permalink
Update getaddresshistory.html
Browse files Browse the repository at this point in the history
  • Loading branch information
gonefishing4422 committed Dec 19, 2023
1 parent 6b820a2 commit 4f38a67
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion getaddresshistory.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,21 @@
height: 100vh;
}

.spinner-container {
position: relative;
}

.spinner {
position: absolute;
top: 60%;
left: 40%;
transform: translate(-50%, -50%);
border: 4px solid rgba(0, 0, 0, 0.1);
border-top-color: transparent;
border-right-color: #7988a3;
border-bottom-color: transparent;
border-left-color: #7988a3;
animation: spinner 0.1s linear infinite;
animation: spinner 0.8s linear infinite;
height: 50px;
width: 50px;
border-radius: 50%;
Expand All @@ -35,6 +43,7 @@
transform: rotate(360deg);
}
}

</style>
<!-- Include Highcharts library -->
<script src="https://code.highcharts.com/highcharts.js"></script>
Expand Down

0 comments on commit 4f38a67

Please sign in to comment.