More thick border
This commit is contained in:
parent
fd41123a0b
commit
409bcc09f6
|
@ -31,6 +31,31 @@ body {
|
||||||
.text {
|
.text {
|
||||||
padding-right: 0.5rem;
|
padding-right: 0.5rem;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
|
text-shadow:
|
||||||
|
1px 1px 0 #000,
|
||||||
|
-1px 1px 0 #000,
|
||||||
|
1px -1px 0 #000,
|
||||||
|
-1px -1px 0 #000,
|
||||||
|
0px 1px 0 #000,
|
||||||
|
0px -1px 0 #000,
|
||||||
|
-1px 0px 0 #000,
|
||||||
|
1px 0px 0 #000,
|
||||||
|
2px 2px 0 #000,
|
||||||
|
-2px 2px 0 #000,
|
||||||
|
2px -2px 0 #000,
|
||||||
|
-2px -2px 0 #000,
|
||||||
|
0px 2px 0 #000,
|
||||||
|
0px -2px 0 #000,
|
||||||
|
-2px 0px 0 #000,
|
||||||
|
2px 0px 0 #000,
|
||||||
|
1px 2px 0 #000,
|
||||||
|
-1px 2px 0 #000,
|
||||||
|
1px -2px 0 #000,
|
||||||
|
-1px -2px 0 #000,
|
||||||
|
2px 1px 0 #000,
|
||||||
|
-2px 1px 0 #000,
|
||||||
|
2px -1px 0 #000,
|
||||||
|
-2px -1px 0 #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
.name {
|
.name {
|
||||||
|
|
Loading…
Reference in New Issue