Guest User

Untitled

a guest
Aug 15th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. Why font looks different across platforms?
  2. <label>Name</label>
  3.  
  4. label {
  5. font-family: serif;
  6. font-size: 16px;
  7. }
  8.  
  9. $(function() {
  10. console.log($("label").width());
  11. });
Add Comment
Please, Sign In to add comment