mirror of
				https://github.com/dawidolko/Website-Templates.git
				synced 2025-10-27 16:03:10 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			28 lines
		
	
	
		
			260 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			260 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
| html, body {
 | |
| 	height:100%;
 | |
| }
 | |
| 
 | |
| .carousel {
 | |
| 	height:50%;
 | |
| }
 | |
| 
 | |
| .item,
 | |
| .active,
 | |
| .carousel-inner {
 | |
| 	height:100%;
 | |
| }
 | |
| 
 | |
| .fill {
 | |
| 	width:100%;
 | |
| 	height:100%;
 | |
| 	background-position: center;
 | |
| 	background-size: cover;
 | |
| }
 | |
| 
 | |
| .section {
 | |
| 	margin: 50px 0;
 | |
| }
 | |
| 
 | |
| footer {
 | |
| 	margin: 50px 0;
 | |
| } |