Skip to content

Commit 9bad0fc

Browse files
committed
Shadow.
1 parent 75e3adb commit 9bad0fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css/main.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ body {
4646
color: #fff;
4747
h1 {
4848
color: white;
49-
text-shadow: 4px 3px 0px rgba(0,0,0,0.15), 9px 8px 0px #fff; //3px 3px 2px #000000;
49+
text-shadow: 2px 2px 6px #000000;
5050
}
5151

5252
h2 {
5353
color: white;
54-
text-shadow: 4px 3px 0px rgba(0,0,0,0.15), 9px 8px 0px #fff;;
54+
text-shadow: 2px 2px 6px #000000;
5555
}
5656
// background-attachment: fixed;
5757
background-size: cover;

0 commit comments

Comments
 (0)