deyanivanov966

CV 101

Oct 14th, 2021 (edited)
1,135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.42 KB | None | 0 0
  1. * {
  2.     margin: 2;
  3.     padding: 0;
  4. }
  5.  
  6. img {
  7.         display: block;
  8.         margin-left: auto;
  9.         margin-right: auto;
  10.         width: 15%;
  11.  }
  12.  
  13. section {
  14.         border-style: groove;
  15. }
  16.  
  17. h2 {
  18.         font-size: 30px;
  19. }
  20.  
  21. .heading1 {
  22.   color: red;
  23. }
  24.  
  25. .heading {
  26.   color: blue;
  27. }
  28.  
  29. .main1 {
  30.   float: left;
  31.   width: 25%;
  32.   font-size: 20px;
  33. }
  34.  
  35. .main2 {
  36.   float: right;
  37.   width: 74%;
  38.   font-size: 20px;
  39. }
Add Comment
Please, Sign In to add comment