Custom Thank You Page Shopify Store

Go to shopify store dashboard and create a page and paste this code: <style> @import url("https://fonts.googleapis.com/css?family=Raleway:400,600,900"); * { box-sizing: border-box; /* outline:1px solid ;*/ } body { background: #ebebeb; height:…

0 Comments

Horizontal Scroll Categories Using CSS

Learn how to scroll categories horizontally in your Website or App: Create a file test-scroll.html Copy below code and paste into it. <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta…

1 Comment