Posts

Showing posts from May, 2024
<!DOCTYPE html> <html lang="en"> <head>     <meta charset="UTF-8">     <meta name="viewport" content="width=device-width, initial-scale=1.0">     <title>Dynamic Font and Color Change</title>     <style>         body {             font-family: Arial, sans-serif;         }         #userInput {             margin-bottom: 20px;             width: 100%;             padding: 10px;             font-size: 16px;         }         #output {             font-size: 24px;         }     </style> </head> <body> <input type="text" id="userInput" placeholder="Type something to change font and...
<!DOCTYPE html> <html lang="en"> <head>     <meta charset="UTF-8">     <meta name="viewport" content="width=device-width, initial-scale=1.0">     <title>Dynamic Font and Color Change</title>     <style>         body {             font-family: Arial, sans-serif;         }         #userInput {             margin-bottom: 20px;             width: 100%;             padding: 10px;             font-size: 16px;         }         #output {             font-size: 24px;         }     </style> </head> <body> <input type="text" id="userInput" placeholder="Type something to change font and...

colour ful design

<!DOCTYPE html> <html lang="en"> <head>     <meta charset="UTF-8">     <meta name="viewport" content="width=device-width, initial-scale=1.0">     <title>Dynamic Font and Color Change</title>     <style>         body {             font-family: Arial, sans-serif;         }         #userInput {             margin-bottom: 20px;             width: 100%;             padding: 10px;             font-size: 16px;         }         #output {             font-size: 24px;         }     </style> </head> <body> <input type="text" id="userInput" placeholder="Type something to change font and...