Leader
github.com/habbo-hotel
- Aug 24, 2012
- 1,030
- 307
So I just actually got back into designing but quit Habbo designing and wanted to attempt at my personal site again. This time there will be no ripping and just my brain and imagination.
Link (hostr.hj.cx) // Getting Domain Soon
Screenshots (Updated A Lot)
(Latest One Always Is Shown As Image/ Others shown as links)
Link (hostr.hj.cx) // Getting Domain Soon
Screenshots (Updated A Lot)
(Latest One Always Is Shown As Image/ Others shown as links)
HTML:
body {
background-color:white;
margin: 0;
padding: 0;
}
#Header
{
Width: 100%;
Height: 13%;
background-color: #013D71;
}
#Spam
{
Width: 100%;
Height: 1%;
background-color: #484C59;
}
#Right
{
Width: 12%;
Height: 100%;
background-color: black;
float: right;
}
.Rtitle
{
Width:90%;
Height: 5%;
background-color: #209C7F;
float: center;
-webkit-border-top-left-radius: 9px;
-webkit-border-top-right-radius: 9px;
-moz-border-radius-topleft: 9px;
-moz-border-radius-topright: 9px;
border-top-left-radius: 9px;
border-top-right-radius: 9px;
}
.CBox
{
Width:90%;
Height: 15%;
background-color: white;
float: center;
-webkit-border-bottom-right-radius: 12px;
-webkit-border-bottom-left-radius: 12px;
-moz-border-radius-bottomright: 12px;
-moz-border-radius-bottomleft: 12px;
border-bottom-right-radius: 12px;
border-bottom-left-radius: 12px;
}