Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit 43f779d

Browse files
committed
WIP: image preview
1 parent a68e05e commit 43f779d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: css/welcome.css

+6
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,12 @@ header h2 {
118118
z-index: -1;
119119
}
120120

121+
#preview:before {
122+
content: "";
123+
top: 0; left: 0; bottom: 0; right: 0;
124+
position: absolute;
125+
z-index: -1;
126+
}
121127
#preview {
122128
table-layout: fixed;
123129
width: 90%;

0 commit comments

Comments
 (0)