11 lines
165 B
HTML
11 lines
165 B
HTML
<style>
|
|
#bouba-page {
|
|
background-color: red;
|
|
}
|
|
</style>
|
|
|
|
<div id="bouba-page" class="page-base">
|
|
<h1>bouba</h1>
|
|
|
|
This is a test kiki.
|
|
</div> |