Welcome to Codehysteria

Lets start code and make some masterpie. Please Register to save and share your code

Register Now
body { background-color: #f5f5f5; font-family: Arial, sans-serif; } .container { max-width: 600px; margin: 0 auto; text-align: center; padding: 40px; background-color: #ffffff; border-radius: 5px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); } h1 { font-size: 32px; color: #333333; margin-bottom: 20px; } p { font-size: 18px; color: #666666; margin-bottom: 30px; } .btn { display: inline-block; padding: 10px 20px; background-color: #435ebe; color: #ffffff; text-decoration: none; border-radius: 4px; transition: background-color 0.3s; }
//Type Your Javascript;