Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. ```css
  2. /* style.css */
  3. #letter{
  4. display:inline-block;
  5. }
  6.  
  7. #blank{
  8. display:inline-block;
  9. padding:2px;
  10.  
  11. }
  12.  
  13.  
  14. #buttonLetter:hover {
  15. background-color: yellow;
  16. }
  17.  
  18. #introHeader h1,
  19. #introHeader p {
  20. display: inline;
  21. vertical-align: top;
  22. font-family: 'Open Sans', sans-serif;
  23. }
  24.  
  25. #hint {
  26. font-family: 'Open Sans', sans-serif;
  27. }
  28.  
  29. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement