-1
I have a website start and I’m trying to develop it into a responsive layout. At the moment the site is like this: http://40kgg.zz.vc/ (temporary domain, only for testing).
For my resolution, in case 1920x1080, the site is perfect, but in smaller resolutions, the paragraph "President", does not maintain the proportion in the font size. Use position:Write in paragraph and position:relative in img Holder. As I did not find a suitable place to store the site online, I upei in the mega so that they can help me better, if they can.
https://mega.co.nz/#! w0VxGKwB! Rfrcrvqkbfghmpyjts0btnn0ijxdkmerqslarklmmka
Try to use percentages.
– Edilson
is already all in percentage :/
– Victor Milazzo
What is influencing the size of your font and why it does not adapt is the
font-size: 7.x em
<- (http://kyleschaeffer.com/development/css-font-size-em-vs-px-vs-pt-vs/) ; What you could do is use medias queries (css) to satisfy by how much this situation, I’ll leave the link only with css for you to add to HIScss
and test: https://jsfiddle.net/Lzsax35q/– Rafael Withoeft
Take the opportunity to read about modern units of measures: http://developmentoparaweb.com/css/unidades-css-rem-vh-vw-vmin-vmaxex-ch/
– Jhonatan Pereira
See also about Grid in CSS, and give preference to W3schools to learn about these contents: http://www.w3schools.com/css/css_rwd_grid.asp
– Jhonatan Pereira