I don't know if it's hard or easy to make a website, but I have to say, it looks pretty well-made.
I liek.
You have to learn some programing languages to help you make a website (HTML to add a content to your website, CSS to make it look pretty awesome and JS if you want your website to behave in a specific way)
For example, in this powdertoy website:
HTML: The title, the Download/Forum/Browse/etc section, your profile, etc.
CSS: The background color, the blue background color of the "Post" button, your post appears yellow on your screen, appears white on my screen and appears red on my screen if you are the person who made this thread.
JavaScipt: When you hover your mouse over a a tab, its color changes, when you hover your mouse over a post, the "Reply" and "Quote" buttons appear.
Looks great! if only you can remove that thing which covers half of your screen :)
<meta id="wixMobileViewport" name="viewport" content="minimum-scale=0.25, maximum-scale=1.2, width=device-width, initial-scale=1.0">
, notice the added width=device-width too make it use the full width of any screenJavaScipt: When you hover your mouse over a a tab, its color changes, when you hover your mouse over a post, the "Reply" and "Quote" buttons appear.
Yeah, it's similar to "a:hover {css rules here}". I just wanted to give him a clear example.