/* CSS file for Homework 3. This assignment is adding background color,
background images, line spacing, justification, text shadow, identation.
Name: Jade Holt
Date: 3/25/2020 */

body{line-height:1.5;
	}
.background{background: url(images/tripod.jpg) no-repeat left  10px  ,rgb(100,100,100)
url(images/2tri.jpg ) no-repeat right bottom  ;}

	
p{color:#ffffff;}
	
	
h1{
	letter-spacing:-.05em;
	word-spacing:-.1em;
	line-height:.9em;
	text-transform:uppercase;
	color:#ffffff;
}
h2{
	letter-spacing:-.05em;
	word-spacing:-.1em;
	line-height:1em;
	text-transform:uppercase;
	color:#ffffff;
}

