vvodkoda.css 219 B

123456789101112131415
  1. .center {
  2. text-align: center;
  3. font-size: 0.75em;
  4. }
  5. .block_auth {
  6. position: relative;
  7. }
  8. .close {
  9. position: absolute;
  10. top: 0;
  11. right: 0;
  12. font-size: 1.5em;
  13. cursor: pointer;
  14. color: #ccc;
  15. }