LoginSignup
0
0

More than 5 years have passed since last update.

center-one

Posted at

殆ど使わないタグを一つの機能に特化させる。例えば、中央指定。

/*var is center one*/
.var,[var],var{display:flex;justify-content:center;align-items:center}

全部

/*var is center one*/
.var,[var],var{display:flex;justify-content:center;align-items:center}

/*debug*/
var{
  position:fixed; top:30px; right:400px;
  width:200px;height:200px;
  background-color:rgba(0,0,0,0.05); 
}
<var><b>xyz aaa bbb</b></var>
0
0
0

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
0
0