qml rectangle to bottom code example
Example 1: html bottom right corner
<style>
.foo {
position: absolute;
bottom: 0;
right: 0;
}
</style>
Example 2: css no bottom ouline
border-bottom: none;
<style>
.foo {
position: absolute;
bottom: 0;
right: 0;
}
</style>
border-bottom: none;