Advertisement
Guest User

Untitled

a guest
Jun 26th, 2015
288
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. [
  2. {
  3. "row": [
  4. {
  5. "lg": "col-lg-9",
  6. "md": "col-md-9",
  7. "sm": "col-sm-8",
  8. "xs": "col-xs-10",
  9. "content": "Nav",
  10. "lg_offset": 1
  11. },
  12. {
  13. "lg": "col-lg-3",
  14. "md": "col-md-3",
  15. "sm": "col-sm-4",
  16. "xs": "col-xs-8",
  17. "content": "Logo33223"
  18. }
  19. ]
  20. },
  21. {
  22. "row": [
  23. {
  24. "lg": "col-lg-4",
  25. "md": "col-md-4",
  26. "sm": "col-sm-6",
  27. "xs": "col-xs-12",
  28. "content": "Block 1"
  29. },
  30. {
  31. "lg": "col-lg-4",
  32. "md": "col-md-4",
  33. "sm": "col-sm-6",
  34. "xs": "col-xs-12",
  35. "content": "Block 2"
  36. },
  37. {
  38. "lg": "col-lg-4",
  39. "md": "col-md-4",
  40. "sm": "col-sm-6",
  41. "xs": "col-xs-12",
  42. "content": "<h1>Привет мир!</h1>"
  43. }
  44. ]
  45. },
  46. {
  47. "row": [
  48. {
  49. "lg": "col-lg-3",
  50. "md": "col-md-3",
  51. "sm": "col-sm-3",
  52. "xs": "col-xs-3"
  53. }
  54. ]
  55. }
  56. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement