Advertisement
FlyFar

pages/css/styles.css

Sep 2nd, 2023
830
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.51 KB | Cybersecurity | 0 0
  1. body
  2. {
  3.     background-color: rgb(55, 128, 173)
  4. }
  5. #container
  6. {
  7.     margin-top:30px;
  8.     width: 900px;
  9.     margin-left: auto;
  10.     margin-right: auto;
  11. }
  12. #header_ransom{
  13.     text-align:center;
  14.     padding-top:2px;
  15.     padding-bottom:10px;
  16.     width: 900px;
  17.     margin-left: auto;
  18.     margin-right: auto;
  19.     min-height: 200px;
  20.     background-color: white;
  21.     border-radius: 11px;
  22.     border-radius: 11px;
  23.     margin-bottom: 15px;
  24. }
  25. #jester
  26. {
  27.     height: 200px;
  28.     margin-left: auto;
  29.     margin-right: auto;
  30.     background-position: center center;
  31.     background-image: url("../images/jester.png");
  32.     background-repeat: no-repeat;
  33. }
  34. .ophello
  35. {
  36.     font-weight: bold;
  37. }
  38. .information
  39. {
  40.     font-size: 14px;
  41.     line-height: 18px;
  42.     width: 70%;
  43.     width: 513px;
  44.     margin-left: auto;
  45.     margin-right: auto;
  46. }
  47. .red
  48. {
  49.     color:red !important;
  50. }
  51. .time{
  52.     font-size: 2em;
  53.     font-weight: bold;
  54. }
  55. .diclaimer
  56. {
  57.     color: white;
  58.     width: 520px;
  59.     text-align: center;
  60.     margin-left: auto;
  61.     margin-right: auto;
  62.     margin-top: 20px;
  63. }
  64. .more_information{
  65.     border-top: 1px solid black;
  66.     min-height: 50px;
  67.     width: 95%;
  68.     margin-left: auto;
  69.     margin-right: auto;
  70. }
  71. .minfo
  72. {
  73.     width:30%;
  74.     float:left;
  75. }
  76. #menu_ransom
  77. {
  78.     width: 900px;
  79.     min-height: 20px;
  80.     text-align:center;
  81.     margin-bottom:10px;
  82. }
  83. .button
  84. {
  85.     height: 25px;
  86.     background-color: white;
  87.     border: 1px solid rgba(0, 0, 0, 0.62) !important;
  88.     color: black;
  89. }
Tags: CSS style
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement