Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. .ochi-stang{
  2. position: absolute;
  3. top: 12px;
  4. left: 99px;
  5. width: 32px;
  6. height: 35px;
  7. background: white;
  8. border-radius: 50px;
  9. border-left: solid 3px grey;
  10. }
  11. .ochi-drept{
  12. position: absolute;
  13. top: 12px;
  14. left: 166px;
  15. width: 32px;
  16. height: 35px;
  17. background: white;
  18. border-radius: 50px;
  19. border-right: solid 2px grey;
  20. }
  21. .inner-eye-left{
  22. position: absolute;
  23. top: 15%;
  24. left: 36%;
  25. width: 42%;
  26. height: 46%;
  27. background: black;
  28. border-radius: 50%;
  29. }
  30. .inner-eye-right{
  31. position: absolute;
  32. top: 15%;
  33. left: 36%;
  34. width: 42%;
  35. height: 46%;
  36. background: black;
  37. border-radius: 50%;
  38. }
  39. .pupil-left{
  40. position: absolute;
  41. top: 15%;
  42. right: 25%;
  43. width: 22%;
  44. height: 26%;
  45. background: white;
  46. border-radius: 50%;
  47. }
  48. .pupil-right{
  49. position: absolute;
  50. top: 15%;
  51. right: 25%;
  52. width: 22%;
  53. height: 26%;
  54. background: white;
  55. border-radius: 50%;
  56. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement