Edit the rules
problemce faced the rules are not good readeble. they are in one lign and not undereach other and the text sice have to be adeded
This commit is contained in:
parent
e65022fa3b
commit
a866fc9a50
2 changed files with 31 additions and 1 deletions
|
@ -1,5 +1,27 @@
|
|||
@page "/rules"
|
||||
<h3>Rules</h3>
|
||||
<div class="rules_headline">
|
||||
<h3>Rules</h3>
|
||||
</div>
|
||||
<div class="rules_text">
|
||||
<text>
|
||||
nudes are forbiden!
|
||||
</text>
|
||||
<text>
|
||||
nacket pictures are Forbiden!
|
||||
</text>
|
||||
<text>
|
||||
no political statments!
|
||||
</text>
|
||||
<text>
|
||||
Trees are nice!
|
||||
</text>
|
||||
<text>
|
||||
Cats are nice!
|
||||
</text>
|
||||
<text>
|
||||
Be mentely Unstable!:-)
|
||||
</text>
|
||||
</div>
|
||||
|
||||
@code {
|
||||
|
||||
|
|
8
ImageBoardServerApp/Pages/Rules.razor.css
Normal file
8
ImageBoardServerApp/Pages/Rules.razor.css
Normal file
|
@ -0,0 +1,8 @@
|
|||
.rules_headline{
|
||||
text-align: center;
|
||||
/*the text have to be in a biger Pixel number I do not know how to do it */
|
||||
}
|
||||
.rules_text{
|
||||
text-align: center;
|
||||
/*the text sice can stay like it is, if you do not want to change it.*/
|
||||
}
|
Loading…
Reference in a new issue