
.ex1 {
   margin-top: 40px; /* 上边距 */
  margin-bottom: 20px; /* 下边距 */
  margin: auto;
}
 
.container {
  margin-bottom: 20px; /* 下边距 */
}


