Sjabloon:Hoofdpagina/briljante sjabloon/style.css

Uit De FNM-wiki
Naar navigatie springen Naar zoeken springen
.hp-plaatje {
  text-align: center;
  margin: 0.5rem;
}

.hp-titel {
  text-align: center;  
  font-size: 30px;
  color: white;
  text-shadow: 0px 0px 0 red,
               1px 1px 0 orange,
               2px 2px 0 yellow,
               3px 3px 0 green,
               4px 4px 0 blue,
               5px 5px 0 purple,
               6px 6px 0 violet,
               7px 7px 0 pink;

}


img {
  margin: 0.5rem;
  border-radius: 10px;
  box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.3);
}