Guest User

Untitled

a guest
Feb 20th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>Welcome to CodeIgniter</title>
  4. <style type="text/css">
  5. body {
  6. background-color: #fff;
  7. margin: 40px;
  8. font-family: Lucida Grande, Verdana, Sans-serif;
  9. font-size: 14px;
  10. color: #4F5155;
  11. }
  12.  
  13. a {
  14. color: #003399;
  15. background-color: transparent;
  16. font-weight: normal;
  17. }
  18.  
  19. h1 {
  20. color: #444;
  21. background-color: transparent;
  22. border-bottom: 1px solid #D0D0D0;
  23. font-size: 16px;
  24. font-weight: bold;
  25. margin: 24px 0 2px 0;
  26. padding: 5px 0 6px 0;
  27. }
  28.  
  29. code {
  30. font-family: Monaco, Verdana, Sans-serif;
  31. font-size: 12px;
  32. background-color: #f9f9f9;
  33. border: 1px solid #D0D0D0;
  34. color: #002166;
  35. display: block;
  36. margin: 14px 0 14px 0;
  37. padding: 12px 10px 12px 10px;
  38. }
  39. </style>
  40. </head>
  41. <body>
  42. <?=$layoutContent?>
  43. </body>
  44. </html>
Add Comment
Please, Sign In to add comment