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