551
253

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

✨安い!!お得!!激安CSS!!✨

Last updated at Posted at 2017-01-20

激安感を出したい時にお使いください。

スクリーンショット 2017-01-20 12.31.38.png

<span class='price'>
  <span class='price1'>19</span><span class='price2'>,800</span>
  <span class='yen'></span>
</span>
@import url(https://fonts.googleapis.com/css?family=Poppins:700);

.price {
  color: #c70506;
  text-shadow: 2px 0 0 #fff, 0 2px 0 #fff, -2px 0 0 #fff, 0 -2px 0 #fff, 5px 4px 3px rgba(0,0,0,0.5);
  font-weight: bold;
  font-family: Poppins;
  letter-spacing: -3px;
}
.price1 {
  font-size: 78px;
  margin-right: -5px;
  font-style: italic;
}
.price2 {
  font-size: 59px;
  margin-right: 10px;
  font-style: italic;
}
.yen {
  font-size: 40px;
}
551
253
2

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
551
253

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?