So many stuphs
This commit is contained in:
@ -45,15 +45,17 @@ body{
|
|||||||
|
|
||||||
#hero::before{
|
#hero::before{
|
||||||
background:url('/assets/pattern.svg');
|
background:url('/assets/pattern.svg');
|
||||||
|
background-size: cover;
|
||||||
|
background-repeat: repeat;
|
||||||
|
background-attachment: fixed;
|
||||||
content:'';
|
content:'';
|
||||||
position:absolute;
|
position:absolute;
|
||||||
top:-100px;
|
top:0;
|
||||||
left:-100px;
|
left:0;
|
||||||
width:calc(100% + 200px);
|
width:100%;
|
||||||
height:calc(100% + 200px);
|
height:100%;
|
||||||
opacity:0.04;
|
opacity:0.04;
|
||||||
}
|
}
|
||||||
|
|
||||||
#reel{
|
#reel{
|
||||||
width:100%;
|
width:100%;
|
||||||
height:100vh;
|
height:100vh;
|
||||||
|
|||||||
@ -23,14 +23,9 @@
|
|||||||
Billetterie
|
Billetterie
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
{{# {{ nav:collection:pages include_home="true" }} #}}
|
|
||||||
{{# <a href="{{ url }}">{{ title }}</a> #}}
|
|
||||||
{{# {{ /nav:collection:pages }} #}}
|
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
{{# <div> #}}
|
{{ template_content }}
|
||||||
{{ template_content }}
|
|
||||||
{{# </div> #}}
|
|
||||||
|
|
||||||
<footer>Footer</footer>
|
<footer>Footer</footer>
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
Reference in New Issue
Block a user