How can I make sure all text is visible on a mobile device?
I need the text to display in full size when testing on a mobile device. How do I achieve this?
<html>
<head>
<meta content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1" name="viewport">
</head>
<body style=" margin: 0; ">
<div style="
width: 100%;
height: 48px;
text-align: center;
overflow: hidden;
display: block;
position: absolute;
background: #a5d670;
z-index: 999;
color: #fff;
font-size: 20px;
line-height: 48px;
">After clicking the submit button, FormValidation will submit the form if all the fields are valid.
</div>
</body>
</html>