diff --git a/css/styles.css b/css/styles.css index ae75ccd..11b7bce 100644 --- a/css/styles.css +++ b/css/styles.css @@ -30,7 +30,36 @@ body{ display: table; clear: both; } +/* +.p1{ + text-align: center; +} +*/ +.p2{ + text-align: center; + margin-left: 200px; + margin-right: 200px; + font-family: cursive; +} +.inp1{ + width:200px; + height:30px; + margin-top: 20px; + margin-left:580px; + text-align: center; +} +/*.inp2{ + margin-left: 600px +}*/ +.inp3{ + margin-left: 600px; + margin-top: 20px; + border-radius: 20px; + background-image: radial-gradient(white, black); + height: 30px; + width: 150px; +} .footer{ width: 100%; border-top: 1px solid #000000; diff --git a/index.html b/index.html index 070da2b..5d0843c 100644 --- a/index.html +++ b/index.html @@ -1,12 +1,14 @@ + - + PyJudge +

Submission Page

@@ -16,40 +18,41 @@

Submission Page

- +
-

{{question}}

- -
+

{{question}}

+ +
-
- +
+
- +
-
- -

All submissions will be tested on the already mentioned criterias. - To read the criterias, click here. - You have to submit your code in a file. - You can submit the code in any language. - You can upload the file below.

-


-
- + + +

All submissions + will be tested on the already mentioned criterias. + To read the criterias, click here. + You have to submit your code in a file. + You can submit the code in any language. + You can upload the file below.

+


+
+
- +
@@ -60,4 +63,5 @@

Submission Page

- \ No newline at end of file + +