CSS 構文 アウトライン カーソル コンテント
関連タイピング
-
プレイ回数417英語長文220打
-
プレイ回数4171英語長文300秒
-
プレイ回数5935英語長文120秒
-
プレイ回数61561247打
-
プレイ回数1393英語長文1462打
-
プレイ回数93長文60秒
-
プレイ回数3.8万302打
-
プレイ回数1094短文英字60秒
問題文
(outline:solid 1px white;)
outline:solid 1px white;
(outline:double 0.2ex lavender;)
outline:double 0.2ex lavender;
(outline:groove 0.3em cyan;)
outline:groove 0.3em cyan;
(outline:ridge 0.4ch green;)
outline:ridge 0.4ch green;
(outline:inset 5px pink;)
outline:inset 5px pink;
(outline:outset 0.6em yellow;)
outline:outset 0.6em yellow;
(outline:dashed 0.7ch red;)
outline:dashed 0.7ch red;
(outline:dotted 0.8ex blue;)
outline:dotted 0.8ex blue;
(cursor:auto;)
cursor:auto;
(cursor:default;)
cursor:default;
(cursor:pointer;)
cursor:pointer;
(cursor:crosshair;)
cursor:crosshair;
(cursor:move;)
cursor:move;
(cursor:text;)
cursor:text;
(cursor:wait;)
cursor:wait;
(cursor:help;)
cursor:help;
(cursor:col-resize;)
cursor:col-resize;
(cursor:row-resize;)
cursor:row-resize;
(cursor:n-resize;)
cursor:n-resize;
(cursor:s-resize;)
cursor:s-resize;
(cursor:w-resize;)
cursor:w-resize;
(cursor:e-resize;)
cursor:e-resize;
(cursor:ne-resize;)
cursor:ne-resize;
(cursor:progress;)
cursor:progress;
(cursor:url('img1.cur');)
cursor:url('img1.cur');
(cursor:no-drop;)
cursor:no-drop;
(cursor:not-allowed;)
cursor:not-allowed;
(cursor:vertical-text;)
cursor:vertical-text;
(h1:before{content:'@';})
h1:before{content:'@';}
(h1:after{content:url('icon-1.gif');})
h1:after{content:url('icon-1.gif');}
(q{quotes:'[' ']';}q:before{content:open-quote;} q:after{content:close-quote;})
q{quotes:'[' ']';}q:before{content:open-quote;} q:after{content:close-quote;}
(h2.no1:before{counter-increment:no; content:counter(no) '.';}h1{counter-reset:no;})
h2.no1:before{counter-increment:no; content:counter(no) '.';}h1{counter-reset:no;}