mirror of
				https://github.com/DerTyp7/shop-ejs-expressjs.git
				synced 2025-10-31 05:17:09 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			62 lines
		
	
	
		
			999 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			62 lines
		
	
	
		
			999 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
| *{
 | |
|     font-family: Arial, Helvetica, sans-serif;
 | |
|     padding: 0;
 | |
|     margin: 0;
 | |
| }
 | |
| 
 | |
| html,body{
 | |
|     min-height: 100% !important;
 | |
|     height: 100%;
 | |
| }
 | |
| 
 | |
| h1, h2{
 | |
|     margin-left: 0px;
 | |
|     text-align: left;
 | |
|     padding-bottom: 0;
 | |
|     margin-bottom: 0px;
 | |
| }
 | |
| 
 | |
| .text-center{
 | |
|     text-align: center;
 | |
| }
 | |
| 
 | |
| .error-text{
 | |
|     color: red;
 | |
|     font-weight: bold;
 | |
|     font-size: 11pt;
 | |
|     margin-top: 0px;
 | |
|     padding-top: 2px;
 | |
|     margin-left: auto;
 | |
|     margin-right: auto;
 | |
|     width: 100%;
 | |
|     display:block;
 | |
| }
 | |
| 
 | |
| .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;
 | |
| }
 | |
| 
 | |
| .content{
 | |
|     background-color: rgb(244, 244, 244);
 | |
|     width: 1000px;
 | |
|     display: block;
 | |
|     margin-left:auto;
 | |
|     margin-right:auto;
 | |
|     padding-top:10px;
 | |
|     padding-bottom: 20px;
 | |
| }
 | |
| 
 | |
| @media only screen and (max-width: 1030px) {
 | |
|     .content
 | |
|     {
 | |
|         width: 100%; 
 | |
|     }
 | |
|   } | 
