Guest User

Untitled

a guest
Dec 16th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. body{
  2. font:15px/1.5 Arial, Helvetica,sans-serif;
  3. padding: 0px;
  4. background-color:#f4f3f3;
  5. }
  6.  
  7. .container{
  8. width:100%;
  9. margin: auto;
  10. overflow: hidden;
  11. }
  12.  
  13. header{
  14. background:#03A9F4;#35434a;
  15. border-bottom:#448AFF 3px solid;
  16. height:120px;
  17. width:100%;
  18. padding-top:30px;
  19.  
  20. }
  21.  
  22. .main-header{
  23. text-align:center;
  24. background-color: blue;
  25. height:100px;
  26. width:100%;
  27. margin:0px;
  28. }
  29. #brandname{
  30. float:left;
  31. font-size:30px;
  32. color: #fff;
  33. margin: 10px;
  34. }
  35.  
  36. header h2{
  37. text-align:center;
  38. color:#fff;
  39.  
  40. }
  41.  
  42.  
  43.  
  44. .btn-info {background-color: #2196F3;
  45. height:40px;
  46. width:100px;} /* Blue */
  47. .btn-info:hover {background: #0b7dda;}
  48.  
  49.  
  50. .resultss{
  51. border-radius: 15px 50px;
  52. background: #345fe4;
  53. padding: 20px;
  54. width: 200px;
  55. height: 150px;
  56. }
Add Comment
Please, Sign In to add comment