style.min.css 1.6 KB

12
  1. *{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0}body{padding:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.carTrafficLight{width:100px;height:250px;background-color:darkcyan;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.carTrafficLight div{width:70px;height:70px;border-radius:50%;border:2px solid black;text-align:center;padding:14px}.carTrafficLight .light-red{background-color:red}.carTrafficLight .light-yellow{background-color:yellow}.carTrafficLight .light-green{background-color:green}.carTrafficLight .light{background-color:darkcyan}.pedestrianTrafficLight{width:100px;height:180px;background-color:darkcyan;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.pedestrianTrafficLight .light-red{background-color:red}.pedestrianTrafficLight .light-green{background-color:green}.pedestrianTrafficLight .light{background-color:darkcyan;width:70px;height:70px;border-radius:50%;border:2px solid black;text-align:center;padding:14px}.btnTurnOn{width:100px;height:30px}span{font-size:30px}
  2. /*# sourceMappingURL=style.min.css.map */