seperated styles
parent
ed6193eee5
commit
2b4215d35b
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,20 @@
|
||||
#section-2{
|
||||
font-family: "Courier";
|
||||
}
|
||||
#section-2 p{
|
||||
width: 55mm;
|
||||
margin-left: 25mm;
|
||||
}
|
||||
|
||||
#section-2 h1{display: none;}
|
||||
#section-2 h2, #section-2 h3{
|
||||
text-decoration: underline;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#section-2 strong{
|
||||
position: absolute;
|
||||
margin-left: -25mm;
|
||||
width: 25mm;
|
||||
}
|
||||
|
Loading…
Reference in New Issue