列毎に背景等をへこう出来るか?

  • クラス指定とスタリスシートの記述を組み合わせる
#html{{
<style>
.freeclass01 {
background-color: #ffcccc;
height: 100px;
border-radius: 50px;
}
.freeclass02 {
background-color: #ccccff;
height: 80px;
border-radius: 10px;
color:red;
}
.freeclass03 {
border:1px dashed green;
margin-top: 10px;
}
.freeclass03 p {
font-size:200%;
}
</style>
}}



#cols(6.freeclass01,2.freeclass02,4.freeclass03,){{
1つ目カラム
====
2つ目カラム
====
3つ目カラム
}}

という感じで記述すると、以下のような感じになる。

1つ目カラム

2つ目カラム

3つ目カラム