Difference between revisions of "Team:Groningen/test"

Line 5: Line 5:
  
 
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
 
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
   
+
 
 +
<div class="main-col">
 +
 
 
<button onclick="myFunction('Demo1')" class="w3-button w3-block w3-left-align">Open Section 1</button>
 
<button onclick="myFunction('Demo1')" class="w3-button w3-block w3-left-align">Open Section 1</button>
  
 
<div id="Demo1" class="w3-container w3-hide">
 
<div id="Demo1" class="w3-container w3-hide">
 
   <p>Some text..</p>
 
   <p>Some text..</p>
 +
</div>
 +
 
</div>
 
</div>
  

Revision as of 16:25, 14 October 2017


Some text..