Is it good for someone just learning to code? Sure. Is it appealing? Honestly, no. Nothing really seems to flow, from the alignment, to the colors used.
Is the template responsive? By the looks of it, probably not, since you're not utilizing much space.
Also, if you're new (or old) to HTML/CSS, I'd recommend making sure that your markup is valid.
Its rather basic, it just consists of content boxes.
I guess you're new to coding, so by the looks of it, the web page isn't responsive or has any css3/HTML5/JS.
(When you get good) you could replace the online/offline status with:
The alignment of your navigation is bugging me. I think you need to add "float: right;" to the div containing the navigation, so that it lines up with the content box below.