ET2020

Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

HTML
<div class="row row-margin row-920 row-intro">
	<div class="col col-6">  		
		<a href="/display/EAC/Pathways+to+School+Success+News"  class="eac-box-link">
			<div class="wt-intro">
				<h2 style="text-align: center">News and events</h2>
				<p>Find here news and events related to this sub-group.</p>
		 	</div>
		</a>
	</div>
  	<divdiv><div class="col col-6">
		<a href="/display/EAC/Pathways+to+School+Success+Documents"  class="eac-box-link">
   			 <div class="wt-intro">
				<h2 style="text-align: center">Documents and deliverables</h2>
				<p>Find here the working group deliverables and other supporting documents important for its work.</p>	
			</div>
		</a>
	</div>
</div>
<style>
.wt-intro, .wt-quick { border: 1px solid #cccccc; box-shadow: 0px 0px 30px rgba(0,0,0,0.25);}
.wt-intro {min-height:280px;}
a.eac-box-link:hover > .wt-intro h2 {  
    background-color: #D5401A;  
}
</style>

...