tqs
2022-10-11 9ff1f1f221aeafc99653c846b2c2442f9c033ee5
src/main/webapp/views/index.html
@@ -7,9 +7,10 @@
    <script src="../static/js/jquery/jquery-3.3.1.min.js"></script>
    <style>
        html{
            transform: scale(0.5) translate(-50%,-50%);
            height: 200%;
            width: 200%;
            transform: scale(1) translate(0,0);
            /*transform: scale(0.5) translate(-50%,-50%);*/
            height: 150%;
            width: 150%;
        }
    </style>