blob: ad67179afa0511489a0f4ce60df0130ea28ec8ce (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
section {
margin-top: 50px;
}
.example {
margin-top: 10px;
margin-bottom: 10px;
}
.terminal {
margin-top: 10px;
margin-bottom: 10px;
background: #000;
color: #fff;
}
|