Skip to content

Commit af1251a

Browse files
save file
1 parent 6b2ca0a commit af1251a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

code-dev/25-11-29/scrolling-nav-side-bar/scrolling-nav-side-bar.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11

2+
<html>
23

34
<meta name=viewport content='width=device-width, initial-scale=1'>
45

56
<style>
67

78
html
8-
{font-family:arial}
9+
{font-family:arial;height:500px}
910

1011
#side
1112
{position:fixed;top:0;height:100%;left:0}
@@ -104,4 +105,6 @@
104105

105106

106107
</script>
107-
108+
109+
110+
</html>

0 commit comments

Comments
 (0)