<style>
@media (max-width: 750px) {
p{font-size:200%;}
}
</style>
<p>
Hello World
</p>
To run this code, create a text file with the code above and save it with an html extension, then run it in a browser. This code snippet can be viewed running at http://travelphrase.com/hello-world.html
No comments:
Post a Comment