folder script
This commit is contained in:
		
							parent
							
								
									81bbb7b1d7
								
							
						
					
					
						commit
						37da020523
					
				
					 297 changed files with 3295 additions and 0 deletions
				
			
		
							
								
								
									
										22
									
								
								public/css/gallery.css
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										22
									
								
								public/css/gallery.css
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,22 @@
 | 
			
		|||
.gallery {
 | 
			
		||||
  display: grid;
 | 
			
		||||
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
 | 
			
		||||
  gap: 1rem;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.gallery a {
 | 
			
		||||
  display: block;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.gallery img {
 | 
			
		||||
  width: 100%;
 | 
			
		||||
  height: auto;
 | 
			
		||||
  border-radius: 8px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.caption {
 | 
			
		||||
  text-align: center;
 | 
			
		||||
  font-size: 0.9rem;
 | 
			
		||||
  color: #666;
 | 
			
		||||
  margin-top: 0.25rem;
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue