-
-
Notifications
You must be signed in to change notification settings - Fork 328
Class and id for css
#1114
-
Hi! I'm a bit confused about how to code the class name and id for an element to style it later with CSS. How should I do it?
Beta Was this translation helpful? Give feedback.
All reactions
Answered by
rmorshea
Jul 18, 2023
html.div({"class_name": "my-css-class", "id": "my-id"})
Replies: 1 comment
-
html.div({"class_name": "my-css-class", "id": "my-id"})
Beta Was this translation helpful? Give feedback.
All reactions
0 replies
Answer selected by
Archmonger
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment