File size: 240 Bytes
87a47fc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#container {
    width: 800px;
    height: 600px;
    border: 1px solid #ccc;
    margin: 20px auto;
}

#controls {
    text-align: center;
    margin-bottom: 10px;
}

button {
    padding: 10px 20px;
    margin: 5px;
    cursor: pointer;
}