Explorar el Código

css change

master
Noëlle hace 3 años
padre
commit
fa78300543
Se han modificado 1 ficheros con 6 adiciones y 5 borrados
  1. 6
    5
      assets/kobold.css

+ 6
- 5
assets/kobold.css Ver fichero

@@ -13,16 +13,17 @@
font-weight: bold;
}

body {
background-image: url("/koboldgen/assets/kisbg.png");
background-position: 10em 10em;
background-repeat: no-repeat;
}

div {
background-color: white;
}

div#content {
background-image: url("/koboldgen/assets/kisbg.png");
background-position: 10em 10em;
background-repeat: no-repeat;
}

.firstrow {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
float: left;

Cargando…
Cancelar
Guardar