Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <style>
- body{
- margin: 0;
- background-color: #111;
- }
- div {
- margin: auto;
- margin-top: 40px;
- margin-bottom: 40px;
- width: 150px;
- height: 150px;
- background-color: #333;
- box-shadow: 0px 0px 10px 5px #0ff;
- }
- p{
- padding: 10px;
- margin: 0;
- color: #EEE;
- }
- </style>
- </head>
- <body>
- <div>
- <p>Hello</p>
- <p>My name is Ahmed Saber</p>
- </div>
- </body>
- </html>
Add Comment
Please, Sign In to add comment