This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="sidebar"> | |
<div class="widget-title"> | |
<h4>This is the title</h4> | |
</div | |
</div> | |
.sidebar { | |
background: rgb(125,125,125); | |
} | |
.sidebar h4.widget-title::after { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="view rollup one-third first"> | |
<img alt="" src="http://robotlaserparty.com/wp-content/uploads/2013/11/bikes.jpg" width="259" height="194" /> | |
<div class="mask"> | |
<h2>Agent: Jon Smith</h2> | |
Contact me for any of your real estate questions.. | |
<a class="info" href="#">Read More >></a> | |
</div> | |
</div> | |
<div class="view rollup one-third"> |