js-calculator/main.css

5 lines
81 B
CSS
Raw Normal View History

2022-05-02 23:00:58 +03:00
.container {
display: flex;
justify-content: center;
height: 100vh;
}