home

this is the random website maker


enter background color:

enter text color:

enter button color:




result:

bla bla header

bla bla other stuff

this is the code:

<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>my website</title> <style>body{text-align: center;color: #000000;background-color: #ff0000;}button{background-color: #ffffff;}</style> </head> <body> <h1>bla bla header</h1> <p>bla bla bla other stuff</p> <a href=""><button id="result-button">I am a link to somthing</button><a> </body> </html>

(copy and paste the code into a text editor like sublime text)