13 lines
181 B
CSS
13 lines
181 B
CSS
|
.header {
|
||
|
margin: 0px 25px 25px 25px;
|
||
|
/* margin-top margin-right margin-bottom margin-left*/
|
||
|
}
|
||
|
|
||
|
.content {
|
||
|
margin: 0px 25px 25px 25px;
|
||
|
}
|
||
|
|
||
|
.tab_content {
|
||
|
margin-top: 60px;
|
||
|
}
|