24 lines
299 B
CSS
Executable file
24 lines
299 B
CSS
Executable file
|
|
#galleryContainer
|
|
{color:#c1c1c1;
|
|
font-size:14px;
|
|
width:860px;
|
|
margin-left:136px;
|
|
}
|
|
|
|
.projectSlider
|
|
{width:600px;
|
|
height:450px;
|
|
margin-right:20px;
|
|
float:left;
|
|
}
|
|
|
|
#textGallery
|
|
{width:220px;
|
|
padding:9px;
|
|
height:430px;
|
|
float:left;
|
|
border:1px inset #999;
|
|
overflow-y:auto;
|
|
}
|
|
|