<style>
/* -- The root styles must go in the element of the structure with the name "Menu". --*/
.header-10__menu{
.menu-item{
/* Styles of the first menu item */
&:first-child a{
border-radius: var(--radius-m) 0 0 var(--radius-m);
}
/* Styles of the last menu item */
&:last-child a{
border-radius: 0 var(--radius-m) var(--radius-m) 0;
}
}
.sub-menu{
/* Styles of the first submenu item */
.menu-item{
&:first-child {
border-radius: var(--radius-m) var(--radius-m) 0 0;
}
/* Styles of the last submenu item */
&:last-child {
border-radius: 0 0 var(--radius-m) var(--radius-m);
}
}
}
</style>
Hello world!
dkadmin·21. März 2024·1 Kommentar
Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
Hi, this is a comment.
To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.
Commenter avatars come from Gravatar.
1 Kommentar
A WordPress Commenter
Hi, this is a comment.
To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.
Commenter avatars come from Gravatar.