9 lines
115 B
CSS
Executable File
9 lines
115 B
CSS
Executable File
body {
|
|
font-family: arial, helvetica, sans-serif;
|
|
}
|
|
|
|
p {
|
|
cursor: pointer; /* crosshair, alias... */
|
|
}
|
|
|