1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- body{
- background: url(../bg.png) no-repeat;
- background-size: 600px;
- }
- .traff-lighter{
- width: 100px;
- height: 100px;
- display: block;
- position: absolute;
- margin: 180px 450px;
- }
- .traff{
- background: url(../traff-lighter.png);
- display: block;
- width: 100px;
- height: 100px;
- }
- .pos{
- height: 5px;
- width: 5px;
- display: block;
- position: absolute;
- border-bottom: solid 5px silver;
- }
- .red{
- top: 8px;
- left: 36.4px;
- }
- .yellow{
- top: 15.5px;
- left: 36.4px;
- }
- .green{
- top: 22.5px;
- left: 36.4px;
- }
- .burn-yellow{
- border-color: yellow;
- }
- .burn-red{
- border-color: red;
- }
- .burn-green{
- border-color: greenyellow;
- }
- .butn{
- display: block;
- position: absolute;
- width: 7px;
- height: 7px;
- background: red;
- padding: 0;
- border: 1px solid black;
- cursor: pointer;
- top: 260px;
- left: 521.5px;
- }
- .counter{
- display: block;
- position: absolute;
- top:165px;
- left:483px;
- font-family: 'Squada One', cursive;
- font-size: 20px;
- }
|