h1 { font-size: 50px; padding: 20px; background-color: #111111; color: white; letter-spacing: 8px; } .addTimer { background-color: #222222; padding: 5px; line-height: 30px; } .addTimer > input { border: 1px solid #111111; padding: 5px; height: 30px; } .addTimer > button { border: 1px solid #111111; height: 30px; } .timers { padding: 10px; } .timer { line-height: 50px; height: 50px; } .block { display: inline-block; background-color: #DDDDDD; text-align: center; height: 50px; } .timer.isRunning > .name { background-color: green; } .timer > button.name { width: 200px; border: none; } .timer > .time { width: 100px; } .timer > button.remove { border: none; } .timer:not(last-child) { margin-bottom: 10px; }