this page with goodies later.
I'm sure there's many out there who watch Gossip Girl, so why not start a disscussion thread where we can all pool in our thoughts and idea's about the show?
So far, how do you like the show?
Is there a certain pair/ship that you love in the show?
Who is your favourite character, and what do you think about the plot?
If you've read the books, what are your thoughts on the show? Has it done the books justice or fallen short? Is it better than the books itself? Do you like the changes they've made to extend plot?
NOTE: I'll be updating
You Know You Love Me,
XOXO
html, body{
margin:0;
padding:0;
text-align:center;
}
#pagewidth{
width:100%;
text-align:left;
margin-left:auto;
margin-right:auto;
}
#header{
position:relative;
height:500px;
background-color:#162956;
width:100%;
}
#leftcol{
width:50%;
float:left;
position:relative;
background-color:#162956;
}
#maincol{background-color: #36D9AC;
float: right;
display:inline;
position: relative;
width:50%;
}
/* *** Float containers fix:
http://www.csscreator.com/attributes/containedfloat.php *** */
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix{display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */
/*printer styles*/
@media print{
/*hide the left column when printing*/
#leftcol{display:none;}
#twocols, #maincol{width:100%; float:none;}
}