11 lines
		
	
	
	
		
			204 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			204 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
| #skillbar {
 | |
|     display: none;
 | |
|     position: absolute;
 | |
|     top: 50%;
 | |
|     left: 50%;
 | |
|     transform: translate(-50%, -50%);
 | |
|     max-width: 300px;
 | |
|     max-height: 300px;
 | |
|     width: 100%;
 | |
|     height: 100%;
 | |
| }
 | 
