17 lines
187 B
CSS
17 lines
187 B
CSS
#window {
|
|
border-radius: 10px;
|
|
background: #383c4a;
|
|
}
|
|
|
|
#outer-box {
|
|
padding: 5px;
|
|
}
|
|
|
|
#input, #entry {
|
|
border-radius: 10px;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
#img {
|
|
padding-right: 10px;
|
|
} |