mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-30 12:11:15 -06:00 
			
		
		
		
	 efd65561a2
			
		
	
	
		efd65561a2
		
	
	
	
	
		
			
			cherry-picked from SoftFever Change-Id: I36b2fa0227886e4fac494c8b83e12f4fc0b04e17 Signed-off-by: Stone Li <stone.li@bambulab.com>
		
			
				
	
	
		
			25 lines
		
	
	
		
			No EOL
		
	
	
		
			400 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			No EOL
		
	
	
		
			400 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
| body {
 | |
|     background-color:#4c4c54;
 | |
|     font-family: Arial, sans-serif;
 | |
|     display: flex;
 | |
|     justify-content: center;
 | |
|     align-items: center;
 | |
|     height: 100vh;
 | |
|     margin: 0;
 | |
| }
 | |
| 
 | |
| .container {
 | |
|     text-align: center;
 | |
|     padding: 30px;
 | |
|     border-radius: 10px;
 | |
|     background-color: #272727;
 | |
|     box-shadow: 0 4px 6px rgba(39, 39, 39, 0.1);
 | |
| }
 | |
| 
 | |
| h1 {
 | |
|     color: #ffffff;
 | |
| }
 | |
| 
 | |
| p {
 | |
|     color: #ffffff;
 | |
| } |