atm959

stylesheet.css

Mar 23rd, 2016
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. html {
  2. background-image: url("background.jpg");
  3. margin: 2px;
  4. }
  5. #header {
  6. color: white;
  7. text-align: center;
  8. }
  9. p {
  10. margin: 5px 2px 5px 2px;
  11. color: white;
  12. font-size: 20px;
  13. }
  14. p.subtitle {
  15. font-weight: bold;
  16. color: white;
  17. font-size: 25px;
  18. }
  19. img {
  20. border: 2px solid blue;
  21. border-radius: 5px;
  22. }
  23. .center {
  24. text-align: center;
  25. }
  26.  
  27. .circleImage {
  28. border: 2px solid white;
  29. border-radius: 100px;
  30. width: 100px;
  31. height: 100px;
  32. }
Advertisement
Add Comment
Please, Sign In to add comment