11 lines
401 B
HTML
11 lines
401 B
HTML
<!DOCTYPE html>
|
|
<head>
|
|
<meta name="viewport" content="width=device-width, initial-s" />
|
|
<style>.Face-sans_lg{ @media(min-width:1024px){ font-family:sans-serif; }}
|
|
.Pad-large_md{ @media(min-width:767px){ padding:3rem; }}
|
|
.Pad-small_lg{ @media(min-width:1024px){ padding:1rem; }}</style>
|
|
</head>
|
|
<body>
|
|
<div class="Face-sans_lg Pad-large_md Pad-small_lg">hello!</div>
|
|
</body>
|
|
</html> |