/* homework2 css*/

body {
background-image: url("WechatIMG9.jpeg");
background-repeat: no-repeat;
background-size: cover;
  width:100%;
  height:100%;
 color:yellow;
}
h1{
  text-align:center;
}

#ul1{
  color:#ff00bf;
  }

li{
 list-style-type:none; 
}

#content{
  border-style: solid;
  width:600px;
  float:left;
  }
 
#sidebar {
float:right;
width:300px;
margin-top:80px;
}

#footer{
    clear:both; 
    color:#000;
    font-size: 80%; 
}