人気
うぇん🦔
アメリカ政府が、公文書のフォントをCalibri(Sans-serif体)からTimes New Roman(Serif体)に回帰すると決定。
(日本で言えばゴシック体→明朝体に戻すみたいな話)



オリくん
回答数 26794>>
???
html,body{
margin:0;
height:100%;
background:#000;
color:#000;
overflow:hidden;
font-size:64px;
font-weight:bold;
font-family:sans-serif;
}
.a{
position:absolute;
user-select:none;
transition:all 0.5s ease;
}
です
shin
ランダムピクセル画像生成
body {
font-family: Arial, sans-serif;
display: flex;
flex-direction: column;
align-items: center;
padding: 20px;
}
.container {
margin: 20px 0;
}
button {
padding: 10px 20px;
font-size: 16px;
cursor: pointer;
background-color: #4CAF50;
color: white;
border: none;
border-radius: 4px;
margin-bottom: 20px;
}
button:hover {
background-color: #45a049;
}
canvas {
border: 1px solid #ddd;
box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
ランダムピクセル画像生成
画像を生成
画像をダウンロード

