Line 19: | Line 19: | ||
position: fixed; /* Stay in place */ | position: fixed; /* Stay in place */ | ||
z-index: 101; /* Sit on top */ | z-index: 101; /* Sit on top */ | ||
− | padding-top: | + | padding-top: 100px; /* Location of the box */ |
left: 0; | left: 0; | ||
top: 0; | top: 0; | ||
Line 70: | Line 70: | ||
.close { | .close { | ||
position: absolute; | position: absolute; | ||
− | top: | + | top: 135px; |
right: 35px; | right: 35px; | ||
color: #f1f1f1; | color: #f1f1f1; |
Revision as of 20:15, 10 August 2018
×