Skip to content

Commit

Permalink
Fixified
Browse files Browse the repository at this point in the history
  • Loading branch information
Siliconrob committed Apr 14, 2024
1 parent 71a5d91 commit 4b96a62
Showing 1 changed file with 15 additions and 13 deletions.
28 changes: 15 additions & 13 deletions html_helper/reviews.html
Original file line number Diff line number Diff line change
Expand Up @@ -199,18 +199,20 @@
}

#cover-spin::after {
content:'';
display:block;
position:absolute;
left:48%;top:40%;
width:40px;height:40px;
border-style:solid;
border-color:black;
border-top-color:transparent;
border-width: 4px;
border-radius:50%;
content: '';
display: block;
position: absolute;
left: 43%;
top: 30%;
width: 200px;
height: 200px;
border-style: dashed;
border-color: orangered;
border-top-color: transparent;
border-width: 8px;
border-radius: 50%;
-webkit-animation: spin .8s linear infinite;
animation: spin .8s linear infinite;
animation: spin 1.25s linear infinite;
}

</style>
Expand All @@ -220,8 +222,8 @@
<script>
let reviewsData = [];
let currentReview = 0;
const reviewsUrl = "https://www.woodhavenrentals.com/reviews";
//const reviewsUrl = "https://www.noworryvacations.com/reviews";
//const reviewsUrl = "https://www.woodhavenrentals.com/reviews";
const reviewsUrl = "https://www.noworryvacations.com/reviews";

window.addEventListener("DOMContentLoaded", function () {
showReview(currentReview);
Expand Down

0 comments on commit 4b96a62

Please sign in to comment.