| 12345678910111213141516171819202122232425 |
- html {
- scroll-behavior: smooth;
- }
- body {
- background-color: grey;
- margin: auto;
- }
- .main_img {
- width: 60px;
- height: 600px;
- border-radius: 10px;
- border: 2px solid white;
- margin: 10px;
- }
- h1 {
- color: white;
- text-align: center;
- }
- .welcome_text {
- color: white;
- text-align: center;
- }
|