mirror of
https://github.com/okalachev/flix.git
synced 2025-08-17 17:16:10 +00:00
Add quaternion and vector chapter to book
This commit is contained in:
29
docs/rotation.css
Normal file
29
docs/rotation.css
Normal file
@@ -0,0 +1,29 @@
|
||||
.diagram svg {
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 400px;
|
||||
}
|
||||
.diagram .label {
|
||||
font-family: Arial, sans-serif;
|
||||
font-size: 20px;
|
||||
pointer-events: none;
|
||||
color: black;
|
||||
opacity: 0.8;
|
||||
user-select: none;
|
||||
}
|
||||
.diagram label {
|
||||
display: block;
|
||||
}
|
||||
@media (min-width: 800px) {
|
||||
.diagram b {
|
||||
width: 200px;
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
.diagram p.quaternion {
|
||||
overflow-x: auto;
|
||||
}
|
||||
.diagram input {
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
}
|
Reference in New Issue
Block a user