improve default style
This commit is contained in:
parent
65289927b0
commit
11b00321ed
2 changed files with 9 additions and 3 deletions
|
@ -3,9 +3,8 @@
|
|||
<title>Tryumph example page</title>
|
||||
</head>
|
||||
<body>
|
||||
<center>
|
||||
<h1> This is the Tryumph example page </h1>
|
||||
|
||||
<center>
|
||||
Here, you will be able to test out some functions of Tryumph.
|
||||
</center>
|
||||
<br/>
|
||||
|
|
|
@ -14,7 +14,14 @@ body {
|
|||
text-align: justify;
|
||||
}
|
||||
|
||||
input,button {
|
||||
h1 {
|
||||
text-align: center;
|
||||
}
|
||||
h2,h3 {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
input,button,select {
|
||||
background-color: #222828;
|
||||
color: #cdd;
|
||||
border: 2px dashed #cdd;
|
||||
|
|
Loading…
Add table
Reference in a new issue