Toss coin game tool
<!DOCTYPE html> <html> <head> <title>Coin Toss Game</title> <style> body { font-family: Arial, sans-serif; background-color: #f1f1f1; } .container { display: flex; flex-direction: column; align-items: center; margin-top: 100px; } h1 { font-size: 36px; margin-bottom: 30px; } .button { background-color: #4CAF50; color: white; border: none; padding: 10px 20px; text-align: center; text-decoration: none; display: inline-block; font-size: 16px; margin-bottom: 20px; cursor: pointer; border-radius: 4px; } .result { font-size: 24px; margin-bottom: 20px; } </sty...
Comments
Post a Comment
sunil191280@gmail.com