blob: de31677ce0cb1980ea6013c774dba845e51fce18 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
#main-iframe {
border: none;
}
#main-content {
position: fixed;
margin: 50px 70px;
left: 300px;
top: 0;
bottom: 0;
right: 80px;
}
#main-title {
font-size: 30px;
font-weight: bold;
}
|