minor in example - changed position of srt elem
This commit is contained in:
parent
05bcf8ef12
commit
8701bd5a8b
|
@ -43,9 +43,9 @@ code {
|
||||||
}
|
}
|
||||||
.srt {
|
.srt {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 310px;
|
bottom: 50px;
|
||||||
left: 0px;
|
left: 600px;
|
||||||
width: 512px;
|
width: 400px;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user