<link rel="stylesheet" href="responsive.css" media="screen and (max-width: 900px)">
<link>
@media screen and (max-width: 900px) { /* conditional CSS */ }
Pro tip: use ```triple backticks around text``` to write in code fences