Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

css in head or body

<head>
 <style>
  .myclass { font-size: 12px; }
 </style>
</head>
// or ...
<body>
 <button style="font-size: 12px;"></button>
</body>
 
PREVIOUS NEXT
Tagged: #css #head #body
ADD COMMENT
Topic
Name
9+9 =