style.css 311 B

12345678910111213141516171819202122232425
  1. html {
  2. scroll-behavior: smooth;
  3. }
  4. body {
  5. background-color: grey;
  6. margin: auto;
  7. }
  8. .main_img {
  9. width: 60px;
  10. height: 600px;
  11. border-radius: 10px;
  12. border: 2px solid white;
  13. margin: 10px;
  14. }
  15. h1 {
  16. color: white;
  17. text-align: center;
  18. }
  19. .welcome_text {
  20. color: white;
  21. text-align: center;
  22. }