view Slide/themes/example.css @ 17:209be9c6243a

add slide and images
author riono <e165729@ie.u-ryukyu.ac.jp>
date Wed, 27 May 2020 19:41:51 +0900
parents
children
line wrap: on
line source

/* @theme example */

@import 'default';

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