add help button in right corner
This commit is contained in:
		
							parent
							
								
									d01c3ecab2
								
							
						
					
					
						commit
						ec97706d2c
					
				
							
								
								
									
										20
									
								
								main.css
									
									
									
									
									
								
							
							
						
						
									
										20
									
								
								main.css
									
									
									
									
									
								
							| @ -30,3 +30,23 @@ h1 { | |||||||
|     border-radius: 5px; |     border-radius: 5px; | ||||||
|     padding: 5px 10px 5px 10px; |     padding: 5px 10px 5px 10px; | ||||||
| } | } | ||||||
|  | 
 | ||||||
|  | #help-div { | ||||||
|  |     z-index: 10; | ||||||
|  |     position: fixed; | ||||||
|  |     bottom: -4px; | ||||||
|  |     right: 10px; | ||||||
|  | } | ||||||
|  | 
 | ||||||
|  | #help { | ||||||
|  |     margin-bottom: 10px; | ||||||
|  |     background-color: aqua; | ||||||
|  |     border-radius: 100%; | ||||||
|  |     width: 60px; | ||||||
|  |     height: 60px; | ||||||
|  |     text-align: center; | ||||||
|  | } | ||||||
|  | 
 | ||||||
|  | #help .material-symbols-outlined { | ||||||
|  |     font-size: 40px; | ||||||
|  | } | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user