Quote:
Originally Posted by webipsum
Very tks, HTMLBasicTutor.
...text will adjust to the user's resolution: OK!
But does not resize the font, when reduce the browser window.
Some tips?
|
Sorry HTMLBasicTutor.
...text will adjust to the user's resolution: Does not work...
In CSS:
Code:
.content_index_h01_v01_h02 h2 {
font-size:80%;
font-weight:bold;
color:#FFF;
margin-bottom:5%;
}
But:
Resolution 1366x768 font-size = 13px
Resolution 1280x768 font-size = 13px
Resolution 1024x768 font-size = 13px
font-size don't resizing.
tks.