Facebook
From Cream Cat, 5 Years ago, written in CSS.
Embed
Download Paste or View Raw
Hits: 246
  1. .nf
  2. {
  3.     text-align: right;
  4.     font-size: 20px;
  5.     width: 60px;
  6.     position: relative;
  7.     display: inline-block;
  8. }
  9.  
  10. span
  11. {
  12.     margin-left: 45%;
  13.     margin-top: 5px;
  14.     text-align: center;
  15.     display: block;
  16.     width: 200px;
  17.     font-size: 18px;
  18.     max-width: 400px;
  19.     color: #AA0000;
  20. }
  21.  
  22. span:empty
  23. {
  24.     visibility: hidden;
  25.     min-height: 0px;
  26. }
  27.  
  28. .my_form
  29. {
  30.     min-height: 300px;
  31. }
  32.  
  33. .yII
  34. {
  35.     font-size: 20px;
  36.     padding: 7px;
  37.     padding-right: 15px;
  38.     padding-left: 15px;
  39.     border-radius: 20px;
  40.     background-color: red;
  41.     margin-top: 20px;
  42.     border-style: none;
  43.     box-shadow: 3px 3px #AA000088;
  44. }