webinar/style/style.css

22 lines
284 B
CSS

/**
* @author Alexander Yakovlev <keloero@oreolek.ru>
*/
.column-left {
position: absolute;
top: 0;
left: 0;
width: 49%;
color: lightgrey;
height: 100%;
padding-top: 30px;
}
.column-right {
position: absolute;
top: 0;
right: 0;
width: 49%;
height: 100%;
}