Guest User

Untitled

a guest
Dec 13th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. @charset "utf-8";
  2.  
  3. img, object, embed, video {
  4. max-width: 100%;
  5. }
  6. /* Przeglądarka IE 6 nie obsługuje właściwości "max-width", zatem domyślna szerokość = 100% */
  7. .ie6 img {
  8. width: 100%;
  9. }
  10. /* Nawigacja */
  11. ul, ol {
  12. margin: 0;
  13. padding: 0;
  14. }
  15. li {
  16. list-style-image: none;
  17. list-style-type: none;
  18. }
  19. nav ul li {
  20. display: inline;
  21. list-style-image: none;
  22. list-style-type: none;
  23. }
  24. /* Czcionki */
  25. body {
  26. font-family: sans-serif;
  27. font-weight: 100;
  28. font-size: 100%;
  29. line-height: 1.5em;
  30. }
  31. /* Projekt */
  32. #kontener {
  33. max-width:80%;
  34. margin:0 auto;
  35. }
  36.  
  37. .awsFont a {
  38. font-size: 4em;
  39. text-decoration: none;
  40. color: #E44C26;
  41. }
  42. .awsFont a:hover {
  43. font-size: 4em;
  44. text-decoration: none;
  45. color: #4C4341;
  46. }
  47. .awsSocialF a {
  48. font-size: 2em;
  49. text-decoration: none;
  50. color: #2a2a2a;
  51. }
  52. .awsSocialF a:hover {
  53. font-size: 2em;
  54. text-decoration: none;
  55. color: #E44C26;
  56. }
  57.  
  58. #socialIcons ul li {
  59. display: inline-block;
  60. }
Add Comment
Please, Sign In to add comment