davk

phpcode.css

Jan 29th, 2020
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.25 KB | None | 0 0
  1. .phpcode
  2. {
  3.    font-weight: bold;
  4.    color: rgb(50,140,127);
  5. }
  6.  
  7. .noif
  8. {
  9.    color: rgb(50,140,127);
  10. }
  11.  
  12. .tab
  13. {
  14.    width: 5px;
  15.    color: white;
  16. }
  17.  
  18. .if
  19. {
  20.    color: orange;
  21. }
  22.  
  23. .foreach
  24. {
  25.    color: red;
  26. }
  27.  
  28. .while
  29. {
  30.    color: green;
  31. }
Advertisement
Add Comment
Please, Sign In to add comment