1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-02-24 01:22:26 +01:00
BezierInfo-2/stylesheets/bspline.less
Pomax 782c509850
Rational bezier (#208)
* .

* meh

* rational beziers
2019-08-18 17:13:27 -07:00

20 lines
267 B
Plaintext

.bspline-graphic {
border: 1px solid black;
background: white;
}
.two-column {
display: flex;
flex-direction: row-reverse;
align-items: end;
canvas {
flex: none;
}
section {
margin-top: 0;
padding-left: 2em;
align-self: center
}
}