From 2a20a87867fb5f2e076016cb33d5e58e951cd8d7 Mon Sep 17 00:00:00 2001 From: Shrijhaa <78959087+Shrijhaa@users.noreply.github.com> Date: Tue, 30 Nov 2021 23:37:05 +0530 Subject: [PATCH] updated pics css bg attachment --- .../background-attachment/background-attachment.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Web_Development/FrontEnd/background-attachment/background-attachment.md b/Web_Development/FrontEnd/background-attachment/background-attachment.md index 76599d30fb..ce5267cfbe 100644 --- a/Web_Development/FrontEnd/background-attachment/background-attachment.md +++ b/Web_Development/FrontEnd/background-attachment/background-attachment.md @@ -10,14 +10,21 @@ how to move the background relative to the viewport. The background image will scroll with the page. This is default +![Screenshot (193)](https://user-images.githubusercontent.com/78959087/144102860-505d940b-df09-487d-844f-610163a07d11.png) + **fixed** The background image will not scroll with the page +![Screenshot (194)](https://user-images.githubusercontent.com/78959087/144102906-1b9e06d0-8cb7-46cc-aca4-959b6958644c.png) + **local** The background image will scroll with the element’s contents +![Screenshot (195)](https://user-images.githubusercontent.com/78959087/144102629-d79e1673-fafe-43e5-b3ac-360bb7e216f0.png) + + **initial** Sets this property to its default value @@ -28,3 +35,10 @@ Inherits this property from its parent element [https://codepen.io/shrijhaa/full/xxXKMdx](https://codepen.io/shrijhaa/full/xxXKMdx) + + + + + + +