Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- body {
- font-family: Arial, sans-serif;
- background-color: #f0f8ff;
- margin: 0;
- padding: 0;
- display: flex;
- justify-content: center;
- align-items: center;
- height: 100%;
- }
- .container {
- max-width: 800px;
- margin: 20px;
- padding: 20px;
- background-color: white;
- border-radius: 10px;
- box-shadow: 10px 10px 100px rgba(0, 0, 0, 0.1);
- }
- h1 {
- text-align: center;
- color: #333333;
- }
- p {
- line-height: 1.6;
- }
- .image{
- position:absolute;
- bottom:0px;
- left:80%;
- height: 500px;
- width: auto;
- z-index: 9999999;
- }
Add Comment
Please, Sign In to add comment