<a href="#0"><h3>This headline will respond according to device size</h3></a>
h3{
font-size:28px;
}
@media(max-width:1200px){
font-size:17px;
text-align:right;
}
@media(max-width:400px){
text-align:left;
}
In this example we’ve set the headline to 28px, right aligned for desktops and 17px, left aligned for mobiles. We’ve also added a link to the text.