16 lines
		
	
	
		
			336 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			336 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <style>
 | |
| testClass {
 | |
|     margin-top: "50px";
 | |
|     margin-left: "50px";
 | |
| }
 | |
| mainPanel {
 | |
|     margin-top: 50px;
 | |
|     margin-right: 50px;
 | |
|     margin-bottom: 50px;
 | |
|     margin-left: 50px;
 | |
| }
 | |
| </style>
 | |
| <div class="mainPanel">
 | |
|     <p class="testClass">Hello!</p>
 | |
|     <button onclick="openDiag('Data/menu/testwindow.html')">Test button!</button>
 | |
| </div> |