Log in
Log into community
Join the Webstudio community
View all posts
Related posts
Was this helpful?
๐
๐
๐
Powered by
Hall
Inactive
Updated last month
0
Follow
Applying Css Resets For A Smooth And Consistent User Experience
Applying Css Resets For A Smooth And Consistent User Experience
Inactive
0
Follow
At a glance
A
Aymane
last month
ยท
beginner question here! how can i apply some css resets like
:where(html) {
--root-font-size: 16px;
scroll-behavior: smooth;
-moz-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
text-size-adjust: 100%;
}
:where(*, *::before, *::after) {
box-sizing: border-box;
margin: 0;
padding: 0;
}
tnx
O
2 comments
Share
Open in Discord
O
Oleg Isonen
last month
html selector can be set in Global Root
O
Oleg Isonen
last month
the before/after only html embed for now
Add a reply
Sign up and join the conversation on Discord
Join on Discord