index.css 148 B

12345678910
  1. .home {
  2. border: 1px solid #ccc;
  3. background-image: url('/images/4.jpeg');
  4. min-height: 600px;
  5. }
  6. .home img {
  7. width: 100px;
  8. height: 100px;
  9. }