mirror of
				https://github.com/DerTyp7/shop-ejs-expressjs.git
				synced 2025-10-31 21:37:09 +01:00 
			
		
		
		
	a
This commit is contained in:
		| @@ -1,18 +1,26 @@ | ||||
| *{ | ||||
|     font-family: Arial, Helvetica, sans-serif; | ||||
|     margin: 0; | ||||
|     padding: 0; | ||||
| } | ||||
|  | ||||
| html,body{ | ||||
|     min-height: 100% !important; | ||||
|     height: 100%; | ||||
|     height: 100% !important; | ||||
|     width: 100%; | ||||
| } | ||||
|  | ||||
| h1{ | ||||
| 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; | ||||
| @@ -35,4 +43,21 @@ h1{ | ||||
|     margin-right: auto; | ||||
|     display: block; | ||||
|     padding-top: 10px; | ||||
| } | ||||
|  | ||||
| #content | ||||
| { | ||||
|     width: 1000px; | ||||
|     background-color: rgb(244, 244, 244); | ||||
|     margin-left: auto; | ||||
|     margin-right: auto; | ||||
|     padding-top: 10px; | ||||
|     padding-bottom: 20px; | ||||
| } | ||||
|  | ||||
| @media only screen and (max-width: 1030px) { | ||||
|     #content | ||||
|     { | ||||
|         width: 100%;  | ||||
|     } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user
	 Janis M
					Janis M