Kiporralixo

Untitled

Mar 4th, 2019
319
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.41 KB | None | 0 0
  1. /*
  2. To change this license header, choose License Headers in Project Properties.
  3. To change this template file, choose Tools | Templates
  4. and open the template in the editor.
  5. */
  6. /*
  7.     Created on : 04/03/2019, 18:20:11
  8.     Author     : LuanM
  9. */
  10.  
  11. html {
  12.   background-color: green;
  13.   font-size: 20px;
  14. }
  15.  
  16. ul {
  17.   background: red;
  18.   padding: 10px;
  19.   border: 1px solid black;
  20. }
  21.  
  22. li {
  23.   margin-left: 20px;
  24. }
Add Comment
Please, Sign In to add comment