diff --git a/index.html b/index.html index 6cdb2c7..c53b89d 100644 --- a/index.html +++ b/index.html @@ -3,9 +3,8 @@ Tryumph example page +

This is the Tryumph example page

-

This is the Tryumph example page

- Here, you will be able to test out some functions of Tryumph.

diff --git a/style.css b/style.css index 87a0328..ee639fd 100644 --- a/style.css +++ b/style.css @@ -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;