X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=src%2Fviews%2Fstarter.ejs;h=57602b7b7ec21f64e3b8d89cc84732a0d031a048;hb=602b15efb4bbce41941b43605b53193508ec2b7d;hp=17503f677d2171905c1ccb4170b7d6a853d5a6bf;hpb=dbac5cb460f04625bc2a9e414e51900c9777d3ae;p=VSoRC%2F.git diff --git a/src/views/starter.ejs b/src/views/starter.ejs index 17503f6..57602b7 100644 --- a/src/views/starter.ejs +++ b/src/views/starter.ejs @@ -11,6 +11,7 @@ flex-flow: row wrap; } main{ + width: 100%; flex-grow: 2; } aside{ @@ -28,12 +29,30 @@ overflow: hidden; width: 15em; } - input[type="submit"]{ + .buttons{ + display: flex; + width: 100%; + margin: 0; + padding: 0; + } + button{ + flex-grow: 1; border: 0; border-bottom: 2px black solid; overflow: hidden; width: 15em; background-color: white; + transition: background-color 0.3s ease-in, color 0.3s ease-in; + } + button:hover{ + background-color: darkgrey; + color: white + } + textarea{ + width: 25%; + font-size: 1.5em; + overflow: auto; + height: 15em } @@ -43,14 +62,70 @@
-
- - -
-
- - -
+
+ + + + +
+ +