forked from learning-zone/css-basics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfixed.html
14 lines (13 loc) · 1.48 KB
/
fixed.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<html>
<body>
<div style="width:400px;height:150px;border:1px solid #00c4cc;overflow: scroll;">
<div style="position:fixed;top:35px;left:220px;width:100px;background-color:#00c4cc;">Fixed Element</div>
CSS background-repeat property repeat image both side horizontaly or varticaly. CSS background-repeat property posible value is repeat, no-repeat, repeat-x (verticaly repeat), and repeat-y (horizontaly repeat).<br />
CSS background-repeat property repeat image both side horizontaly or varticaly. CSS background-repeat property posible value is repeat, no-repeat, repeat-x (verticaly repeat), and repeat-y (horizontaly repeat).<br />
CSS background-repeat property repeat image both side horizontaly or varticaly. CSS background-repeat property posible value is repeat, no-repeat, repeat-x (verticaly repeat), and repeat-y (horizontaly repeat).
CSS background-repeat property repeat image both side horizontaly or varticaly. CSS background-repeat property posible value is repeat, no-repeat, repeat-x (verticaly repeat), and repeat-y (horizontaly repeat).<br />
CSS background-repeat property repeat image both side horizontaly or varticaly. CSS background-repeat property posible value is repeat, no-repeat, repeat-x (verticaly repeat), and repeat-y (horizontaly repeat).<br />
CSS background-repeat property repeat image both side horizontaly or varticaly. CSS background-repeat property posible value is repeat, no-repeat, repeat-x (verticaly repeat), and repeat-y (horizontaly repeat).
</div>
</body>
</html>