Kesehatan dan kebugaran #22726
andikctistian
started this conversation in
Feature Request
Replies: 1 comment
|
Sorry, what's the question? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Prerequisites
What problem is your feature request going to solve? Please describe.
https://tamvil.blogspot.com/ @ibndawood [ https://my.hostidn.com/aff.php?aff=10 ](url) 150939910
https://www.tamvilbeda.my.id/wp-admin/ https://baruslangsung.xyz
https://baruslangsung.xys
Describe the solution you'd like
@media (max-width: 600px) {
body {
font-size: 16px;
}
h1 {
font-size: 22px;
}
/* other styles for small screens */
}
/* styles for screens between 601px and 900px /
@media (min-width: 601px) and (max-width: 900px) {
body {
font-size: 18px;
}
h1 {
font-size: 26px;
}
/ other styles for medium screens */
}
/* styles for larger screens /
@media (min-width: 901px) {
body {
font-size: 20px;
}
h1 {
font-size: 32px;
}
/ other styles for large screens */
}
Describe alternatives you've considered
No response
Additional context
No response
All reactions