Website Designer
Website Designer
A simple tool to website to design websites.
IMPORTANT NOTE:
READ THE HOW TO USE!
This website is good for practicing and experimenting with CSS and different HTML elements.
Also, it's just fun and simple to use!
HOW TO USE:
At the input that says element, add the HTML element you want to use. For example, you can put in button
if you want to make a button, or h1
if you want a heading.
At the input that says text, you add the text, or, in JavaScript, innerHTML
of the element. Like if you have a button, you can change the text to "Hello", or if you have a heading, you can change it to say "This Is A Heading". You can leave
At the input that says CSS, you add the css code for the element. For example, if you want to change your button, you can put:
border: none; background: blue; padding: 8px; text-aligin: center;
See? That simple! Enjoy!
Nice
@InvisibleOne Thank you!
np @JavaMaster1