Advertisement
desislava_topuzakova

Untitled

Jun 14th, 2022
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. #wrapper {
  2. width: 700px;
  3. height: 730px;
  4. border: 1px solid #000;
  5. padding: 10px 20px;
  6. background-color: #a6e1ec;
  7. justify-content: center;
  8. }
  9.  
  10. img {
  11. width: 200px;
  12. margin-right: 10px;
  13. vertical-align: middle;
  14. }
  15.  
  16. .text {
  17. color: #3f51b5;
  18. }
  19.  
  20. li {
  21. width: 595px;
  22. padding: 10px;
  23. margin-bottom: 5px;
  24. font-size: 14px;
  25. border: 1px solid #000;
  26. list-style-type: none;
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement