[1062] PHP7入門
	
body {
  font-family: 微軟正黑體;
  font-size: 1.2rem;
}
.img-container {
  width: 100%;
  height: 800px;
  background-color: #000;
  /* background-image: url('../images/pic2.jpg'); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  color: white;
}
.nav{
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}