flixleoz

status cafe css

Aug 25th, 2024
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. /* you can define the bg of the page here and the font stuff like that */
  2. body {
  3. }
  4.  
  5. /* this kind of speaks for itself */
  6. .profile-picture {
  7. }
  8.  
  9. /* email section */
  10. .email {
  11. }
  12.  
  13. /* homepage section */
  14. .homepage {
  15. }
  16.  
  17. /* whatever you define here will apply to all of your statuses */
  18. .status {
  19.  
  20. }
  21.  
  22. /* both columns of the page */
  23. .cols {
  24.  
  25. }
  26.  
  27. /* first (left) column */
  28. .cols section:first-of-type {
  29. }
  30.  
  31. /* navigation bar */
  32. nav {
  33. }
  34.  
Advertisement
Add Comment
Please, Sign In to add comment