mirror of
				https://github.com/DerTyp7/shop-ejs-expressjs.git
				synced 2025-10-30 21:07:11 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			31 lines
		
	
	
		
			515 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			515 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
| *{
 | |
|     font-family: Arial, Helvetica, sans-serif;
 | |
| }
 | |
| 
 | |
| h1{
 | |
|     text-align: center;
 | |
| }
 | |
| 
 | |
| #error-text{
 | |
|     color: red;
 | |
|     font-weight: bold;
 | |
|     letter-spacing: 1.5px;
 | |
|     margin-top: 0px;
 | |
|     margin-left: auto;
 | |
|     margin-right: auto;
 | |
|     width: 100%;
 | |
|     display:block;
 | |
|     text-align: center;
 | |
| }
 | |
| 
 | |
| .text-redirect{
 | |
|     color: rgb(0, 99, 156);
 | |
|     font-size: 0.8em;
 | |
|     text-align: center;
 | |
|     width: 100%;
 | |
|     font-weight: bold;
 | |
|     margin-left: auto;
 | |
|     margin-right: auto;
 | |
|     display: block;
 | |
|     padding-top: 10px;
 | |
| } | 
