Advertisement
Guest User

Untitled

a guest
Mar 31st, 2020
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1.  
  2. table {
  3. border: 2px solid black;
  4. }
  5. tr:nth-child(even){
  6. background-color: rgb(128,128,128);
  7. }
  8. h1 {
  9. text-align: center;
  10. color: rgb(8, 96, 208) ;
  11. }
  12. h2 {
  13. border-bottom: 2px solid #0892d0;
  14. color: rgb(8,146,208);
  15. }
  16. h3 {
  17. border-bottom: 1px dashed #0892d0;
  18. color: rgb(8,146,208);
  19. text-indent: 20px;
  20. }
  21. img.profil{
  22. display: block;
  23. margin-left: left;
  24. margin-right: auto;
  25. border: 1px solid black;
  26. border-radius: 50%;
  27. padding: 5px;
  28. width: 128px;
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement