「利用者:Beavercastor」の版間の差分

提供: ますとどんちほー図書館
ナビゲーションに移動 検索に移動
(ページの白紙化)
 
(同じ利用者による、間の1版が非表示)
1行目: 1行目:
<html lang="ja">
 
  
<head>
 
 
 
  <link href="https://fonts.googleapis.com/css?family=Kosugi+Maru&display=swap&subset=japanese" rel="stylesheet">
 
 
  <style>
 
 
/*色指定*/
 
.red{
 
color:#e2041b;
 
}
 
.blue{
 
color:#19448e;
 
}
 
.yellow{
 
color:#f8b500;
 
}
 
.green{
 
color:#007b43;
 
}
 
.purple{
 
color:#674196;
 
}
 
.blown{
 
color:#8c6450;
 
}
 
.light-blue{
 
color:#59b9c6;
 
}
 
.light-green{
 
color:#3eb370;
 
}
 
.black{
 
color:black;
 
}
 
.white{
 
color:white;
 
}
 
 
/*文字装飾*/
 
.bold{
 
font-weight:bold;
 
}
 
.iralic{
 
font-style:italic;
 
}
 
 
/*文字配置*/
 
.text-left{
 
text-align:left;
 
}
 
.text-right{
 
text-align:right;
 
}
 
.text-center{
 
text-align:center;
 
}
 
 
/*div配置*/
 
.div-left{
 
clear:right;
 
float:left;
 
}
 
.div-right{
 
clear:left;
 
float:right;
 
}
 
.div-none{
 
clear:both;
 
}
 
 
 
  </style>
 
 
</head>
 
 
<body>
 
 
</body>
 
 
</html>
 

2019年11月8日 (金) 10:46時点における最新版