This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
jisqueueing-frontend/src/App.css

15 lines
179 B
CSS

2019-11-02 08:26:32 +07:00
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-family: Arial, Helvetica, sans-serif;
line-height: 1.4;
}
a{
color: #333;
text-decoration: none;
}