17 lines
197 B
CSS
17 lines
197 B
CSS
|
|
||
|
section {
|
||
|
margin-top: 50px;
|
||
|
}
|
||
|
|
||
|
.example {
|
||
|
margin-top: 10px;
|
||
|
margin-bottom: 10px;
|
||
|
}
|
||
|
|
||
|
.terminal {
|
||
|
margin-top: 10px;
|
||
|
margin-bottom: 10px;
|
||
|
background: #000;
|
||
|
color: #fff;
|
||
|
}
|