forked from chubby/happy_lights
		
	немного изменений
This commit is contained in:
		
							
								
								
									
										27
									
								
								index.html
									
									
									
									
									
								
							
							
						
						
									
										27
									
								
								index.html
									
									
									
									
									
								
							| @ -2,15 +2,38 @@ | ||||
| <html> | ||||
|     <head> | ||||
|         <style> | ||||
|             | ||||
|      | ||||
|             .table { | ||||
|                 | ||||
|                 width: 500px; | ||||
|                 padding: 10px;  | ||||
|                 border: 2px solid rgb(196, 195, 195); | ||||
|                 border-radius: 4px; | ||||
|                 background-color: rgb(223, 223, 223); | ||||
|             } | ||||
|             .table td{ | ||||
|                 padding: 10px; | ||||
|                 border: 1px solid black | ||||
|                 border: 1px solid black; | ||||
|                 background-color: white; | ||||
|                  | ||||
|             } | ||||
|             .input{ | ||||
|                 margin: 15px; | ||||
|             } | ||||
|             | ||||
|                  | ||||
|  | ||||
|              | ||||
|         </style> | ||||
|     </head> | ||||
|     <body> | ||||
|           <table class='table' id='qq' ></table> | ||||
|         <input type='color' id='palitra' > | ||||
|          | ||||
|           <input class = "input" type='color' id='palitra' > | ||||
|           <input class = "input" type='color' id='palitra' > | ||||
|           <input class = "input" type='color' id='palitra' > | ||||
|  | ||||
|      | ||||
|         <script src="main.js"></script> | ||||
|          | ||||
|  | ||||
		Reference in New Issue
	
	Block a user