- Joined
- Aug 16, 2022
- Messages
- 58
- Reaction score
- 2
Hi Everybody,
I'm trying to make a CSS file to govern a series of PopUp display boxes.
To do this, I have many CSS statements such as:
I need to better manipulate the "rem" results.
How can I change the "root" value of REM? I understand the value to be 16px
but depending upon which PopUp I want to employ, I may want the "root" value to be
12px (75%) rather than 16px.
Can I change that value whenever I want?
I'm trying to make a CSS file to govern a series of PopUp display boxes.
To do this, I have many CSS statements such as:
CSS:
.form-container h1 {
font-family: Cabin SemiBold, sans-serif;
font-size: 1.25rem;
font-weight: bold;
color: #000000;
}
I need to better manipulate the "rem" results.
How can I change the "root" value of REM? I understand the value to be 16px
but depending upon which PopUp I want to employ, I may want the "root" value to be
12px (75%) rather than 16px.
Can I change that value whenever I want?