Advertisement
Guest User

Untitled

a guest
Dec 5th, 2024
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. nav {
  2. border-radius: 25px;
  3. width: 100%;
  4. margin: auto;
  5. margin-top: 10px;
  6. background-image: url('https://i.postimg.cc/KzL21dSc/c9b0d343dedc177db77ca597036ae363.png');
  7. border-width: 15px !important;
  8. border-style: solid !important;
  9. border-image: url("https://i.postimg.cc/XvXrZ7Yf/Untitled258-20241023123403-7-2.png") 16 fill round !important;
  10.  
  11. }
  12.  
  13. @media(min-width:600px) {
  14. nav {
  15. width: 58%;
  16. }
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement