/*site.css*/
//My individual Headline//
body {
	background-color: #A9A9A9;
}
title{ 
box-shadow: grey;
  }
header{
	background-color: grey;
	}
	table {
		text-align: center;
	}
	h1{
	text-align: center;	
	background-color: grey; 
	}
h2 {
	box-shadow: 5px 5px 5px color #red 123 green 144 blue 211;
	align-content: center 
    border-style: solid;
    border-right-color: grey;
}
div #myDIV {
    width:200px;
    height:100px;
    box-shadow:10px 10px black; 
    background-color: lt blue;
    } 
    div {
    width: 300px;
    height: 100px;
    background-color: 
    box-shadow: 10px 10px 5px #888888;

    #table{
       table-layout: width: 100px height 100px;
    }

  .rotateimg360 {
  -webkit-transform:rotate college books.jpg(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
p {
	background color: grey
}
