Advertisement
Dopesaurio

Programa CSS

Aug 26th, 2021
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.18 KB | None | 0 0
  1. body{
  2.     margin: 0;
  3.     padding: 0;
  4.     background: black;
  5. }
  6. video{
  7.     width:  ;
  8.     height: ;
  9.     object-fit: cover;
  10.     position: fixed;
  11.     top:10%;
  12.     left: auto;
  13.     transform: translateY(-10%);
  14.     z-index: -1;
  15. }
  16. h1{
  17.     font-family:  "Colonna MT", Arial;
  18.     font-size: 90px;
  19.     font-weight: 400;
  20.     color:aliceblue;
  21.     text-align: center;
  22.     background: midnightblue;
  23.     position: absolute;
  24.     transform: translateX(90%)translateY(-30%);
  25. }
  26. img.lg{
  27.     position:relative;
  28.     float:left;
  29.     transform: translateY(-10%)translateX(-4%);
  30. }
  31. th{
  32.     font-family: sans-serif;
  33.     font-size: 19px;
  34.     font-style: oblique;
  35.     text-align: center, justify;
  36.     transform: translateX(-30%) translateY(710%);
  37.     color:floralwhite;
  38.     background: midnightblue;
  39. }
  40. td.crede{
  41.     position: relative;
  42.     float: right;
  43.     transform: translateX(57%) translateY(90%);
  44. }
  45. audio.uno{
  46.     position:relative;
  47.     transform: translateX(49%)translateY(1290%);
  48. }
  49. audio.dos{
  50.     position: relative;
  51.     transform: translateX(-50%)translateY(1400%);
  52. }
  53. a.btn{
  54.     text-align: center;
  55.     font-weight: bolder;
  56.     font-family: sans-serif;
  57.     font-size: 30px;
  58.     transform: translateY(720%) translateX(450%);
  59.     color: white;
  60.     background: midnightblue;
  61.     position: absolute;
  62.    
  63. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement