You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
251 B
CSS

.white h1 {
color: black;
-webkit-text-stroke: 3px white;
text-stroke: 3px white
}
img.noborder {
border: none !important;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
}