add favico
This commit is contained in:
		
										
											Binary file not shown.
										
									
								
							| 
		 Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB  | 
@@ -2,17 +2,16 @@
 | 
			
		||||
@tailwind components;
 | 
			
		||||
@tailwind utilities;
 | 
			
		||||
@keyframes slide {
 | 
			
		||||
    0% {
 | 
			
		||||
      transform: translateX(0%);
 | 
			
		||||
    }
 | 
			
		||||
    100% {
 | 
			
		||||
      transform: translateX(-50%);
 | 
			
		||||
    }
 | 
			
		||||
  0% {
 | 
			
		||||
    transform: translateX(0%);
 | 
			
		||||
  }
 | 
			
		||||
  
 | 
			
		||||
  .animate-slide {
 | 
			
		||||
    display: flex;
 | 
			
		||||
    width: max-content;
 | 
			
		||||
    animation: slide 15s linear infinite;
 | 
			
		||||
  100% {
 | 
			
		||||
    transform: translateX(-50%);
 | 
			
		||||
  }
 | 
			
		||||
  
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.animate-slide {
 | 
			
		||||
  display: flex;
 | 
			
		||||
  width: max-content;
 | 
			
		||||
  animation: slide 15s linear infinite;
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user