Versions Compared

Key

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

...

HTML
<style type="text/css">
    @import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700);    
    @import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);

#hr-content {
    text-align: center;
} 
    
#hr-content h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    font-weight: 300;
    color: #333;
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
    margin-top: 0;
} 
   
#hr-content h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    font-weight: 300;
    color: #333;
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
    margin-top: 0;
} 
 
/*  SECTIONS  */
.section-days {
	clear: both;
	padding: 0px;
	margin: 0px;
}
/*  COLUMN SETUP  */
.col-days {
	display: block;
	float:left;
	margin: 1% 0 1% 0%;
    border-right: 1px solid #f0f0f0;
}
    .col-days:last-child {border-right: none;}
    .col-days:hover {opacity: 0.7; cursor: pointer}
    
.col-days i {
	color: #0098d5;
    margin-top: 10px;
}    
    
    
.col-days h5 {
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    font-weight: 400;
    color: #333;
    padding: 5px;
    
}
.col-days p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    padding: 0 10px;
    margin-top: 10px;
}    
.col-days:first-child { margin-left: 0; }
    
  
/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF FOUR  */
.span_4_of_4 {
	width: 100%;
}
.span_3_of_4 {
	width: 75%;
}
.span_2_of_4 {
	width: 50%;
}
.span_3_of_3 {
	width: 33%;
}
/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 { width: 100%; }
}    
</style>
<div id="hr-content">
    
    <div class="section-days group">
	<div class="col-days span_3_of_3">
        <i class="fa fa-usd  fa-2x"></i></a>
        <h5>Per Diem</h5>
        <p>$70 USD</p>
	</div>
	<div class="col-days span_3_of_3">
	    <i class="fa fa-money fa-2x"></i>
        <h5>Stipend</h5>
        <p>Up To</p>
        <p>$500 USD</p>
	</div>
	<div class="col-days span_3_of_3">
	<i class="fa fa-pencil-square-o fa-2x"></i></a>
        <h5>Actual Reimbursement</h5>
        <A HREF="https://community.icann.org/pages/viewpage.action?pageId=49351584" TARGET="_blank"><p>Click Here</p></a>
	</div>
        
</div>
</div>
 

...