Advertisement
Guest User

Untitled

a guest
Sep 30th, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. <ul id="facts">
  2. <li><i class="flaticon-coffee-cup"></i>random text random text random text random text random text</li>
  3. </ul>
  4.  
  5.  
  6. #facts {
  7. padding: 0;
  8. margin: 1% 0 0 0;
  9. list-style: none;
  10. }
  11.  
  12. #facts li {
  13. margin: 2% 17%;
  14. }
  15.  
  16. #facts i {
  17. margin-right: 2%;
  18. font-size: 130%;
  19. }
  20. @font-face {
  21. font-family: "Flaticon";
  22. src: url("./Flaticon.eot");
  23. src: url("./Flaticon.eot?#iefix") format("embedded-opentype"), url("./Flaticon.woff") format("woff"), url("./Flaticon.ttf") format("truetype"), url("./Flaticon.svg#Flaticon") format("svg");
  24. font-weight: normal;
  25. font-style: normal;
  26. }
  27.  
  28. @media screen and (-webkit-min-device-pixel-ratio:0) {
  29. @font-face {
  30. font-family: "Flaticon";
  31. src: url("./Flaticon.svg#Flaticon") format("svg");
  32. }
  33. }
  34.  
  35. [class^="flaticon-"]:before,
  36. [class*=" flaticon-"]:before,
  37. [class^="flaticon-"]:after,
  38. [class*=" flaticon-"]:after {
  39. font-family: Flaticon;
  40. .font-size: 20px;
  41. font-style: normal;
  42. .margin-left: 20px;
  43. }
  44.  
  45. .flaticon-apple:before {
  46. content: "f100";
  47. }
  48.  
  49. .flaticon-biscuit:before {
  50. content: "f101";
  51. }
  52.  
  53. .flaticon-coffee-cup:before {
  54. content: "f102";
  55. }
  56.  
  57. .flaticon-film:before {
  58. content: "f103";
  59. }
  60.  
  61. .flaticon-gamepad:before {
  62. content: "f104";
  63. }
  64.  
  65. .flaticon-lawn-mower:before {
  66. content: "f105";
  67. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement