Search
 
SCRIPT & CODE EXAMPLE
 

CSS

set default rem css

/* Document level adjustments */
html {
  font-size: 17px;
}
@media (max-width: 900px) {
  html { font-size: 15px; }
}
@media (max-width: 400px) {
  html { font-size: 13px; }
}

/* Type will scale with document */
h1 {
  font-size: 3rem;
}
h2 {
  font-size: 2.5rem;
}
h3 {
  font-size: 2rem;
}
Comment

PREVIOUS NEXT
Code Example
Css :: hide scrolbar 
Css :: css hide text indicator 
Css :: react css change number animation 
Css :: if i forked and cloned a github repo can i change the name 
Css :: z-index: 1000000; 
Css :: make image has fixed height looks great 
Css :: Dropcap - :first-letter pseudo class not working as expected in firefox 
Css :: avada porfolio remove featured image link rollover 
Css :: easyui datagrid header color 
Css :: install canon mf211 printer ubuntu 
Css :: weird box-shadow color input css 
Css :: html css limit page to a4 
Css :: how to solve your coading bugs 
Css :: build Android App Bundle aap with ionic 
Css :: clippy css 
Css :: react right burger scrol bar 
Css :: tailind css cdn 
Css :: responsive arrow breadcrumbs css site:stackoverflow.com 
Css :: 1rem in px 
Css :: css psedou content data 
Css :: Pass argument to group_by 
Css :: border thickness css 
Css :: css named colors 
Css :: css zoom out image 
Css :: css selector match class 
Css :: TRANSFORM ELEMENT 
Css :: mcq on advanced css 
Css :: edge ontouchmove does not work correctly 
Css :: css tekst bold 
Css :: why sass 
ADD CONTENT
Topic
Content
Source link
Name
1+5 =