Advertisement
BunchiePC

SWI #3

Sep 24th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.23 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.     <head>
  4.         <link href="https://fonts.googleapiscom/css?family=Spirax"
  5.         rel="stylesheet">
  6.         <link href=style.css" rel="stylesheet">
  7.         <style>
  8.             p{
  9.                 color: rgb(255,0,0);
  10.                 font-family: 'Spirax', cursive;
  11.                 font-weight: 800;
  12.                 font-style: italic;
  13.                 font-variant: small-caps;
  14.                
  15.                 background-color: silver;
  16.                 border-color: red;
  17.                 border-style: solid;
  18.                 border-width: 2px;
  19.                
  20.                 border: 2px solid red;
  21.                
  22.                 width: 200px;
  23.                 height: 200px;
  24.                
  25.                 background-image: url("eee.png"), url("ee.png");
  26.                 background-size: 50px 50px;
  27.                 background-repeat: repeat-x, repeat-y;
  28.                 background-position: 50px 50px, 100px 100px;
  29.                
  30.                 border-top: 2px solid blue;
  31.                
  32.                 border-radius: 150px;
  33.                
  34.                 margin-top: 100px;
  35.                 margin-left: 50px;
  36.                
  37.                 margin: 100px 50px;
  38.                
  39.                 padding: 50px;
  40.                
  41.             }
  42.             #akapit2{
  43.                     width: 50px;
  44.                     height: 50px;
  45.             }
  46.             .akapity{
  47.             width: 10px;
  48.             height: 10px;
  49.             }
  50.         </style>
  51.     </head>
  52.     <body>
  53.         <p>Akapit z Jakimś tekstem</p>
  54.         <p id="akapit2" class="akapity"style="height: 400px;">Akapit z jakimś tekstem</p>
  55.         <p class="akapity">Akapit z Jakimś tekstem</p>
  56.     </body>
  57. </html>
  58.  
  59. zapisz jako: 24_09_2018.html
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement