grifdail

css

Nov 14th, 2012
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.37 KB | None | 0 0
  1. #Gcarre /* essaye de donner des nom plus explicite a tes ID et tes classes */
  2. {
  3.     width: 600px;
  4.     height:600px;
  5.     border: solid black 2px;
  6.     margin: auto;
  7.     background-repeat: no-repeat;
  8.     background-position:center;
  9. }
  10.  
  11. .CarreGros /* En particulier quands il faut mettre en avant  */
  12. {
  13.     height: 75px;
  14.     width: 75px;
  15.     display: inline-block;
  16. }
  17.  
  18. h1
  19. {
  20.     text-align: center;
  21. }
Advertisement
Add Comment
Please, Sign In to add comment