This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.

14 lines
218 B
CSS
Raw Normal View History

2013-06-11 14:30:13 +10:00
#watermark {
color: #800000;
font-size: 4em;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
position: absolute;
width: 100%;
height: 100%;
margin: 0;
z-index: 1;
left:350px;
top:-50px;
}