John Doe
0
Q:

css in head or body

<head>
 <style>
  .myclass { font-size: 12px; }
 </style>
</head>
// or ...
<body>
 <button style="font-size: 12px;"></button>
</body>
0

New to Communities?

Join the community