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