improve default style

This commit is contained in:
Daniella 2022-07-07 15:58:53 +02:00
parent 65289927b0
commit 11b00321ed
2 changed files with 9 additions and 3 deletions

View file

@ -3,9 +3,8 @@
<title>Tryumph example page</title>
</head>
<body>
<h1> This is the Tryumph example page </h1>
<center>
<h1> This is the Tryumph example page </h1>
Here, you will be able to test out some functions of Tryumph.
</center>
<br/>

View file

@ -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;