view poster/themes/example.css @ 3:1b34d9710a84

add poster
author ikkun <ikkun@cr.ie.u-ryukyu.ac.jp>
date Mon, 15 Feb 2021 10:51:57 +0900
parents
children
line wrap: on
line source

/* @theme example */

@import 'default';

section {
  background-image: url("assets/logo.svg");
  background-position: right 3% bottom 2%;
  background-repeat: no-repeat;
  background-attachment: 5%;
  background-size: 20% auto;
}