Return to Snippet

Revision: 43007
at March 15, 2011 06:27 by bonesbrigade


Initial Code
<!-- place into external css inside <head> -->
<style>
	#fights div{ 
		padding: 0px 10px 10px 50px;
	}
	#fights div p.first{
		font-weight: bold; 
		margin: 0 0 5px;
	}
	#fights div p.second{
		margin-left: 60px;
	}
	#fights div p .heading{
		font-weight: bold; 
		font-size: 16px; 
		color: #045397; 
		line-height: 25px;
		display: block;
	}
	.foodDrive{
		background: #E3F1FE;
		background: url(http://www.schoolsfighthunger.org/images/waystofight/icons/sfh_fooddrive.png) no-repeat;
	}
	.gardenFood{
		background: url(http://www.schoolsfighthunger.org/images/waystofight/icons/sfh_garden.png) no-repeat;
	}
</style>
<!-- remember to take out the <style> tags when u place it into an exeternal css file -->
	
<div id="fights">
	<div class="foodDrive">
		<p class="first">
			<span class="heading">The National School Food Drive</span>
			<span>Whether you are a seasoned food drive veteran or are a newbie looking to start a new drive at your school we have tons of great tips, tools and ideas as well as a <a href="/">Free Drivers Toolkit</a> full of inspiration for ways to make your drive bigger, better and more effective! Check out the National School Food Drive and become part of a national school coalition to end hunger! <a href="/">NSFD page</a>.</span>
		</p>
		<p class="second">
			<a href="/">Get Free Driver's Tookit</a>
		</p>
	</div>
	<div class="gardenFood">
		<p class="first">
			School Garden or Fresh Food Project
		</p>
		<p>
			School gardens and fresh food projects offer a fun, healthy and educational way for students to fight hunger! From deciding what to plant, how often to harvest and understanding the value of fresh foods, gardens engage students in issues related to ecology, food, sustainability and community.
		</p>
		<p class="second">
			<a href="/">Learn more about garden projects</a>.
		</p>
	</div>			
</div>

Initial URL


Initial Description


Initial Title
CSS/HTML bg image

Initial Tags
css, image, html, background

Initial Language
HTML