show form in bottom of the screen in vb.net code example
Example 1: How to increase the width of man content display in outsystems
html .ThemeGrid_Container {
width: 1280px;
}
Example 2: how to get a division to be in centre of screen in responsive web page for screen of any size
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
<div class="d-flex justify-content-center align-items-center bg-secondary w-100" style="height: 300px;">