19 lines
		
	
	
		
			460 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			460 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
| body {
 | |
| 	font-family: Tahoma;
 | |
| 	height: 98vh; 
 | |
| 	/* Use below BG for crimmis */
 | |
| 	/*background-image: linear-gradient(#4d4e4f 50%, rgb(154, 156, 156));*/
 | |
| 	/* use below BG for pride */
 | |
| 	background-image: url('siteimg/LGBTQplus_Progress_Flag.png');
 | |
| 	background-position: center;
 | |
| 	background-size: cover;
 | |
| 	background-color: black;
 | |
| 	color: rgb(134, 134, 134);
 | |
| }
 | |
| .imgfix img {
 | |
| 	background-color: grey
 | |
| }
 | |
| table {
 | |
| 	background-color:black;
 | |
| 	opacity:0.8;
 | |
| } |