Advertisement
Nikita051

Untitled

May 29th, 2021
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.75 KB | None | 0 0
  1. /* сброс стилей браузера */
  2. * { box-sizing: border-box; }
  3. html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
  4. table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,
  5. figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
  6. time, mark, audio, video {
  7.     margin: 0;
  8.     padding: 0;
  9.     border: 0;
  10.     font-size: 100%;
  11.     vertical-align: baseline;
  12. }
  13. article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  14.     display: block;
  15. }
  16. body {
  17.     line-height: 1.2;
  18. }
  19. table {
  20.     border-collapse: collapse;
  21.     border-spacing: 0;
  22. }
  23. ol {
  24.     padding-left: 1.4em;
  25.     list-style: decimal;
  26. }
  27. ul {
  28.     padding-left: 1.4em;
  29.     list-style: square;
  30. }
  31. blockquote, q {
  32.     quotes: none;
  33. }
  34. blockquote:before, blockquote:after,
  35. q:before, q:after {
  36.     content: '';
  37.     content: none;
  38. }
  39. /* конец кода сброса стилей браузера */
  40.  
  41.  
  42.  
  43. body{
  44.     background-image: url(/Handler/avto/b368e24f3889af215881419eab881a5a.jpg);
  45. }
  46. .h1{
  47.     text-shadow: #000 1px 0 0px, #000 0 1px 0px, #000 -1px 0 0px, #000 0 -1px 0px;
  48.     color: white;
  49.     align-content: center;
  50.     font-size: 500%;
  51.     margin-left: 34%;
  52.     margin-top: 14%;
  53.     font-family:fantasy;
  54. }
  55. form{
  56.     margin-left: 34%;
  57.     margin-top: 1%;
  58.     font-size: 40%;
  59. }
  60. input{
  61.     width: 47.5%;
  62.     height: 50px;
  63. }
  64. .sub{
  65.     margin-top: 1%;
  66. }
  67. p{
  68.     margin-top: 16%;
  69.     margin-left: 34.5%;
  70.     font-size: 150%;
  71.     background-color: white;
  72.     width: 30%;
  73.     text-align: center;
  74.     border: 1px solid black;
  75.     font-family: fantasy;
  76. }
  77.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement