Advertisement
Guest User

Untitled

a guest
Nov 20th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.00 KB | None | 0 0
  1. #Drugi p{
  2.   text-transform: uppercase;
  3.   text-align: center;
  4.   background-image: url(crte.jpg);
  5.   background-position: center;
  6. }
  7. ul{
  8.   list-style-image: url(smiley.png);
  9. }
  10. .commodo{
  11.   text-decoration: underline;
  12. }
  13. .Vrh h2{
  14.   background-color: rgb(123, 123, 123);
  15.   text-indent: 0px;
  16. }
  17. .Dno .Lorem {
  18.   text-decoration: underline overline;
  19.   color: blue;
  20.   font-style: italic;
  21. }
  22. .Dno .commodo{
  23.   color:blue;
  24.   text-decoration: none;
  25. }
  26. #Nav a{
  27.   color: black;
  28.   text-decoration: none;
  29. }
  30. #Nav a::after{
  31.   color: black;
  32.   text-decoration: none;
  33. }
  34. #Nav a:hover{
  35.   color: red;
  36. }
  37. #Vsebina{
  38.   width: 400px;
  39.   margin-left: 20px;
  40.   margin-right: 20px;
  41.   padding-left: 30px;
  42.   padding-right: 30px;
  43.   padding-top: 5px;
  44. }
  45. .Vrh{
  46.   border-style: solid;
  47.   border-color: red;
  48.   border-width: 2px;
  49.   border-style: dashed;
  50.   height: 200px;
  51. }
  52. .Vrh p{
  53.   height: 150px;
  54.   overflow: scroll;
  55. }
  56. @media only screen and (max-width: 400px) {
  57.     body{
  58.         background-color: blue;
  59.     }
  60. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement