# scrollsequence/1.4.6/public/css/scrollsequence-public.css

Scrollsequence – Cinematic Scroll Image Animation Plugin, version 1.4.6. 41 lines.

- Page: https://pluginprobe.com/plugins/scrollsequence/1.4.6/code/public/css/scrollsequence-public.css
- Raw: https://pluginprobe.com/plugins/scrollsequence/1.4.6/raw/public/css/scrollsequence-public.css
- Modified: 2023-12-14T08:46:10+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/scrollsequence/1.4.6/code/public/css/scrollsequence-public.css#L10-L20`.

```css
/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */



 /* This file is not really needed.  */ 


 /*SCROLLSEQUENCE CSS REQUIRED */	
	body,
	html {
		height: 100%;
		font-size: 16px;
		font-weight: normal;
		font-family: "Roboto", sans-serif;
		margin: 0;
		padding: 0;
	}

 /*SCROLLSEQUENCE CSS VARIABLE */
	:root {
	  --border: 0px;
	}	
 /*SCROLLSEQUENCE CSS DEBUG */
	#canvas{
	border: var(--border) solid yellow;
	}

	#scrollsequence-wrap{
	border: var(--border) solid black;
	}

	.scrollsequence-page{
	border: var(--border) dotted orange;

	}	



```
