Advertisement
Guest User

Untitled

a guest
Feb 27th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. html, body{
  2.  
  3. height: 100%;
  4. width: 100%;
  5. margin: 0px;
  6. font-family: 'Roboto', sans-serif;
  7. background-color: #eee;
  8.  
  9. }
  10.  
  11.  
  12.  
  13.  
  14. .class1{
  15. width:60%;
  16. height:400px;
  17. text-align: center;
  18. }
  19.  
  20.  
  21.  
  22. .class2{
  23. width:60%;
  24. height:400px;
  25.  
  26. float: right;
  27. }
  28.  
  29. .class3{
  30. width:60%;
  31. height:400px;
  32.  
  33. float: left;
  34. }
  35.  
  36. .class4{
  37. width:60%;
  38. height:400px;
  39. background-color: purple;
  40. float: right;
  41. }
  42.  
  43. .portfolio-mainHeader{
  44. text-align: center;
  45.  
  46.  
  47. }
  48.  
  49. .ddclass{
  50.  
  51. width: 100%;
  52. height: 377px;
  53. }
  54.  
  55. .header-second{
  56. padding: 0px 10px 0 15px;
  57. background-color: red;
  58. border:2px solid grey;
  59. margin:0px;
  60. }
  61.  
  62. .header-third{
  63.  
  64. padding: 0px 10px 0 15px;
  65. background-color: red;
  66. border:2px solid grey;
  67. margin:0px;
  68. text-align: center;
  69.  
  70. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement