Advertisement
Guest User

Untitled

a guest
Oct 27th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. if ($(window).width() < 1000) {
  2. $("p").css("width","400");
  3. }
  4. if ($(window).width() < 1000) {
  5. $("p").css("width","600");
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement