diff --git a/proj/y2t/assets/css/style.css b/proj/y2t/assets/css/style.css index bd49483..c1a75da 100644 --- a/proj/y2t/assets/css/style.css +++ b/proj/y2t/assets/css/style.css @@ -3,4 +3,44 @@ @import url("./layout.css"); @import url("./colors.css"); @import url("./fonts.css"); -@import url("./ux.css"); \ No newline at end of file +@import url("./ux.css"); + + +input[type=text] { + border: 5px solid var(--black); + padding: 10px; + border-radius: 0px; + background-color: var(--white); + font-family: inherit; + font-weight: inherit; + display: inline-block; + margin: 0px; + width: auto; + } + + select#lang { + border: 5px solid var(--black); + padding: 10px; + border-radius: 0px; + background-color: var(--white); + font-family: inherit; + font-weight: inherit; + display: inline-block; + margin: 0px; + width: auto; + } + + input[type=submit] { + border: 5px solid var(--black); + padding: 10px; + border-radius: 0px; + background-color: var(--black); + color: var(--white); + font-family: inherit; + font-weight: inherit; + width: 100%; + } + + form { + + } \ No newline at end of file diff --git a/proj/y2t/index.php b/proj/y2t/index.php index d627f7f..41de7f7 100644 --- a/proj/y2t/index.php +++ b/proj/y2t/index.php @@ -13,7 +13,7 @@

Y2TPrompt

-
+