@@ -4,6 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>sample page</title>
+ <link href="../style/sample.css"/>
</head>
<style>
[v-cloak]{
@@ -0,0 +1,7 @@
+h1 {
+ color: hotpink;
+ font-family: cursive;
+ display: inline-block;
+ position:sticky;
+ top: 0;
+ }