From 72ce1705650281f8d8f8e00ca0ba0e84b4e863ae Mon Sep 17 00:00:00 2001 From: swetadgr8 <38373431+swetadgr8@users.noreply.github.com> Date: Thu, 1 Oct 2020 23:35:47 +0530 Subject: [PATCH] Create pattern --- img/pattern | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 img/pattern diff --git a/img/pattern b/img/pattern new file mode 100644 index 0000000..b80617a --- /dev/null +++ b/img/pattern @@ -0,0 +1,6 @@ +.element { +/* background-repeat: horizontal vertical */ + background-repeat: repeat space; + background-repeat: repeat repeat; + background-repeat: round space; +}