Advertisement
farkon00

CSS code

Jan 30th, 2021
403
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.50 KB | None | 0 0
  1. @font-face {
  2.     font-family: Minecraft Rus Regular;
  3.     src: url(Main_Font.ttf);
  4.    }
  5. body{
  6.     font-family: Minecraft Rus Regular
  7. }
  8. #avatar{
  9.     width: 200px;
  10.     border-radius: 100px;
  11. }
  12. #name{
  13.     font-size: 56px;
  14. }
  15. .money{
  16.     font-size: 25px;
  17. }
  18. .moneyimg{
  19.     width: 25px;
  20. }
  21. #profile{
  22.     background-color:#EEEDED;
  23.     border-radius: 40px;
  24.     width: 500px;
  25. }
  26. .bill_icon{
  27.     size: 100px;
  28. }
  29. #my_bills{
  30.     background-color:#EEEDED;
  31.     border-radius: 50px;
  32.     width: 700px;
  33. }
  34. .bill_name{
  35.     font-size: 35px;
  36. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement