Guest User

Centered Speed Dials

a guest
Apr 9th, 2025
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | Source Code | 0 0
  1. .speed-dial-container { /* .discovery-stream.ds-layout { */
  2. text-align: center; /* Center the content within the container */
  3. /* Optionally, use margin: 0 auto; for block-level elements */
  4. margin: 0 auto;
  5. }
  6.  
  7. .speed-dial-item { /* .discovery-stream.ds-layout { */
  8. display: inline-block; /* Or display: block; depending on your layout */
  9. margin: 0 10px; /* Add some spacing between the dials */
  10. }
  11.  
  12. .speed-dial-text { /* .discovery-stream.ds-layout { */
  13. text-align: center;
  14. }
Tags: firefox
Advertisement
Add Comment
Please, Sign In to add comment