13 lines
No EOL
178 B
CSS
13 lines
No EOL
178 B
CSS
#brick {
|
|
width: 40px;
|
|
height: 20px;
|
|
background: #EE6B47;
|
|
position: relative;
|
|
cursor: pointer;
|
|
}
|
|
|
|
#path {
|
|
outline: 1px solid #E8C48E;
|
|
width: 540px;
|
|
height: 20px;
|
|
} |