

h1 {border-left: 50px soild orange;
}
figure#image1 {
    border-style: solid;
    border-color: #DDD;
    border-width: 20px 15px 70px 15px;
    width: 400px; height: 440px;
    margin: 50px auto;
    transform: rotate(-4deg);
     /* adding a background image */
  background-image: url(../images/eclipse2.jpg);
  background-repeat: no-repeat;
  background-size: 400px;
}
  