Answers for "make notes in css"

CSS
2

comment in css

/* There is just single way to comment in css and its just 
like this:
/* your comment content*/
Posted by: Guest on December-06-2020
0

css notes

body {
  font-size: 62.5%  /* 1em = 10px */
}
Posted by: Guest on February-16-2021

Browse Popular Code Answers by Language