Search
 
SCRIPT & CODE EXAMPLE
 

HTML

css loading spinner img

<style>
  .loader {
  border-radius: 50%;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 1s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
</style>
<img src="https://omni-delivery.netlify.app/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Flogo.84c9b02f.png&w=256&q=75" alt="Logo Spinner" class="loader">
Comment

PREVIOUS NEXT
Code Example
Html :: java replace all html tags 
Html :: material ui appbar elevation 
Html :: embed tag in html 
Html :: html select default value disabled 
Html :: bootstrap dropdown with checkbox 
Html :: grepper logo 
Html :: how to save time writing html 
Html :: Chakra ui center content table 
Html :: underline text in html 
Html :: bootstrap alerts 
Html :: agregar atributo jquery 
Html :: gradient background css for all browsers 
Html :: flutter web load html 
Html :: how to use js in html 
Html :: bootstrap 5 navbar not working 
Html :: comment a div in html 
Html :: bootsrap main section fill all height with navbar 
Html :: Cannot resolve net.md-5:bungeecord-api:1.16-SNAPSHOT 
Html :: html spacing 
Html :: how to set canvas on background html 
Html :: link href 
Html :: youtube autoplay 
Html :: view html file linux terminal 
Html :: close hamburger menu fontawesome 
Html :: import ionicons 
Html :: types of buttons in html 
Html :: how to insert code in html 
Html :: ios to pc file transfer 
Html :: registration form bootstrap 
Html :: how to add bar notation in html 
ADD CONTENT
Topic
Content
Source link
Name
9+5 =