.button { width: 100%; height: 100%; } .screen{ height: 100%; width: 100%; justify-content: center; flex-direction: row; align-content:flex-end; } .container { height: 50px; width: 50%; flex-direction: row; justify-content: space-between; align-content: center; align-self:center; padding: 8px; } .items{ height: 30px; width: 30px; }