6 lines
84 B
CSS
6 lines
84 B
CSS
|
.about {
|
||
|
font: large cursive
|
||
|
border:1px solid #060606
|
||
|
background-color:#F6CEFC
|
||
|
}
|