Advertisement
M00371202

PHP/Mysql courswork- Css File

Dec 17th, 2013
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1.  
  2. h1
  3. {
  4. text-align:right;
  5. font-size:40pt;
  6. color:white;
  7. text-align:center;
  8. font-size:40pt;
  9. }
  10.  
  11. .background
  12. {
  13. width:250px;
  14. height:50px;
  15. background-color:Blue;
  16. box-shadow: 10px 10px 5px #888888;
  17. margin:auto;
  18. }
  19.  
  20. .box
  21. {
  22. box-shadow: 10px 10px 5px #888888;
  23. text-align:center;
  24. font-size:40pt;
  25. }
  26. .anamtion
  27. {
  28. animation: myfirst 5s;
  29. -webkit-animation: myfirst 5s; /* Safari and Chrome */
  30. }
  31. .heading
  32. {
  33. width:800px;
  34. height:50px;
  35. margin:auto;
  36. background:#0066FF ;
  37. }
  38. .heading1
  39. {
  40. width:800px;
  41. height:50px;
  42. margin:auto;
  43. background:#0066FF ;
  44. }
  45.  
  46. .hello
  47. {
  48. width:800px;
  49. height:350px;
  50. margin:auto;
  51. background:blue;
  52. }
  53. .mybutton
  54. {
  55. background-color:#BAE4FE;
  56. color:#fff;
  57. }
  58. .footer
  59. {
  60. width: 940px;
  61. padding: 10px;
  62. text-align: center;
  63. color: black;
  64. }
  65. image
  66. {
  67.  
  68. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement