Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- body {
- background: #1a1a1a;
- color: #eeeeee;
- font-size: 21px;
- cursor: crosshair;
- height: 100%;
- }
- #outer {
- width: 100%;
- height: 100%;
- position: fixed;
- }
- #conf {
- font-size: 25px;
- height: 120px;
- width: 390px;
- // border:2px dashed #666666;
- position: absolute;
- margin: auto;
- top: 0;
- bottom: -60%;
- left: 0;
- right: 0;
- }
- #red {
- background: #e74c3c;
- box-shadow: 0px 15px 0px #c0392b;
- float:left;
- width: 100px;
- height: 85px;
- margin: 15px;
- line-height: 85px;
- text-align: center;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement