Answers for "css notes"

CSS
11

comment out css inline

/* this is some commented out css
.my-field{
   font-size:10px;
   border:1px solid red;
}
*/
Posted by: Guest on August-21-2019
0

css notes

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

Browse Popular Code Answers by Language