Skip to content

Commit 30a59c3

Browse files
committed
register
1 parent cba023b commit 30a59c3

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

img/register-tape-ads.webp

159 KB
Loading

stylesheets/index.css

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ header {
140140
color: black;
141141
/* transform: rotate(-2deg); */
142142
background-color: #f0f0f0;
143-
background-image: url('../img/paper.webp');
143+
background-image: url('../img/register-tape-ads.webp');
144144
background-size: 100% auto;
145145
background-repeat: repeat-y;
146146
max-width: 260px;
@@ -154,6 +154,21 @@ inset 0px 0px 20px 3px rgba(0, 0, 0, 0.2),
154154
margin: 4px auto;
155155
/* add the slightest amount of shadow, on the bottom left */
156156
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
157+
position: relative;
158+
}
159+
160+
#inner-receipt::before {
161+
content: '';
162+
position: absolute;
163+
top: 0;
164+
left: 0;
165+
right: 0;
166+
bottom: 0;
167+
background-image: url('../img/paper.webp');
168+
background-size: 100% auto;
169+
background-repeat: repeat-y;
170+
opacity: 0.96;
171+
pointer-events: none;
157172
}
158173

159174
header {

0 commit comments

Comments
 (0)