CSSメモ。
高さと幅を指定すること。高さを指定するので、要素はブロック要素。
#hoge{
background: #cccccc;
height: 40px;
width: 40px;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
}
Go to list of users who liked
More than 5 years have passed since last update.
CSSメモ。
高さと幅を指定すること。高さを指定するので、要素はブロック要素。
#hoge{
background: #cccccc;
height: 40px;
width: 40px;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
}
Register as a new user and use Qiita more conveniently
Go to list of users who liked