remember/sims/fcard.css

28 lines
431 B
CSS
Raw Permalink Normal View History

2018-09-18 17:17:42 +00:00
.fcard_center{
2018-09-26 16:39:24 +00:00
max-width: 360px;
2018-09-18 17:17:42 +00:00
position: absolute;
margin: auto;
top: 0;
right: 0;
left: 0;
bottom: 0;
line-height: 1.1em;
}
.fcard_bg{
position:absolute;
2018-09-26 16:39:24 +00:00
/*width:100%;*/
width:400px;
2018-09-18 17:17:42 +00:00
height:100%;
2018-09-26 16:39:24 +00:00
/*background:#ff4040;*/
background: #ffffff;
}
.underline{
letter-spacing: -0.1em;
}
.bonus_note{
font-size: 30px;
line-height: 30px;
color: #999;
display: block;
margin-top: 10px;
2018-09-18 17:17:42 +00:00
}