Guest User

Untitled

a guest
Jan 22nd, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. <style jsx>{`
  2. table,th,td{
  3. border: 2px solid black;
  4. }
  5.  
  6. #OOP{
  7. //height: 10vh;
  8. /*background-color: #28DE65;*/
  9. //Both of these comment styles doesn't work inside style jsx
  10. }
  11. `}</style>
  12.  
  13. <style jsx>{`
  14. table,th,td{
  15. border: 2px solid black;
  16. }
  17.  
  18. #OOP{
  19. __height: 10vh;
  20. __background-color: #28DE65;
  21. }
  22. `}</style>
Add Comment
Please, Sign In to add comment