Sjabloon:Hoofdpagina/briljante sjabloon/style.css: verschil tussen versies

Uit De FNM-wiki
Naar navigatie springen Naar zoeken springen
Geen bewerkingssamenvatting
Geen bewerkingssamenvatting
 
(11 tussenliggende versies door dezelfde gebruiker niet weergegeven)
Regel 1: Regel 1:
.hp-plaatje {
.hp-plaatje {
   text-align: center;
   text-align: center;
   margin: 0.5rem 0;
   margin: 0.5rem;
}
}


.hp-titel {
.hp-titel {
   text-align: center;   
   text-align: center;   
   font-size: 40px;
   font-size: 30px;
   color: white;
   color: white;
   text-shadow: 0px 0px 0 red,
   text-shadow: 0px 0px 0 red,
Regel 21: Regel 21:


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

Huidige versie van 30 mrt 2025 13:22

.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);
}