16 lines
187 B
CSS
16 lines
187 B
CSS
perspective-viewer {
|
|
height: 500px;
|
|
}
|
|
|
|
div.javascript:before {
|
|
content: "JavaScript:";
|
|
}
|
|
|
|
div.python:before {
|
|
content: "Python:";
|
|
}
|
|
|
|
div.rust:before {
|
|
content: "Rust:";
|
|
}
|