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>
|
<title>Tryumph example page</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<h1> This is the Tryumph example page </h1>
|
||||||
<center>
|
<center>
|
||||||
<h1> This is the Tryumph example page </h1>
|
|
||||||
|
|
||||||
Here, you will be able to test out some functions of Tryumph.
|
Here, you will be able to test out some functions of Tryumph.
|
||||||
</center>
|
</center>
|
||||||
<br/>
|
<br/>
|
||||||
|
|
|
@ -14,7 +14,14 @@ body {
|
||||||
text-align: justify;
|
text-align: justify;
|
||||||
}
|
}
|
||||||
|
|
||||||
input,button {
|
h1 {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
h2,h3 {
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
input,button,select {
|
||||||
background-color: #222828;
|
background-color: #222828;
|
||||||
color: #cdd;
|
color: #cdd;
|
||||||
border: 2px dashed #cdd;
|
border: 2px dashed #cdd;
|
||||||
|
|
Loading…
Add table
Reference in a new issue