๐Ÿ“ฆ zeyap / teddy

๐Ÿ“„ style.css ยท 12 lines
1
2
3
4
5
6
7
8
9
10
11
12.button{
    width: 50px;
    height: 50px;
    background: white;
    padding: 0;
    border: 0.5px solid #cccccc;
    margin: 0;
}

.pointer{
    cursor:pointer;
}