Advertisement
Guest User

Untitled

a guest
Jan 28th, 2020
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. <!-- RIGHT PAGE -->
  2.  
  3. <div id="top-section">
  4.  
  5. <p class="margin-top-section" id="top-section-txt1">Languages</h1>
  6.  
  7. <p class="margin-top-section" id="top-section-txt2">HTML</p>
  8.  
  9. <div class="margin-top-section" id="top-section-text3">
  10. <p class="margin-top-section">COLOR</p>
  11. </div>
  12.  
  13. <p class="margin-top-section" id="top-section-txt4">TEXT</p>
  14.  
  15. </div>
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22. #top-section{
  23. position: relative;
  24. float: right;
  25. margin-top: -400px;
  26. margin-right: 20px;
  27. width: 500px;
  28. height: 230px;
  29. background-color: pink;
  30. }
  31.  
  32. .margin-top-section{
  33. margin-left: 10px;
  34. }
  35.  
  36. #top-section-txt1{
  37. font-size: 20px;
  38. color: black;
  39. font-weight: bold;
  40. }
  41.  
  42. #top-section-txt2{
  43. font-size: 20px;
  44. color: yellow;
  45. }
  46.  
  47. #top-section-text3{
  48. width: 80px;
  49. font-size: 20px;
  50. color: black;
  51. font-weight: bold;
  52. background-color: white;
  53. }
  54.  
  55. #top-section-txt4{
  56. font-size: 40px;
  57. color: black;
  58. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement