14 lines
148 B
CSS
14 lines
148 B
CSS
.event{
|
|
background: #eee;
|
|
padding:10px;
|
|
margin:10px;
|
|
}
|
|
|
|
.event :hover{
|
|
background: #e7ccfb;
|
|
}
|
|
|
|
.talk{
|
|
padding:10px;
|
|
background: #ddd;
|
|
}
|