Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

html refined! no inline #74

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,11 @@ body{
display: table;
clear: both;
}

/*
.p1{
text-align: center;
}
*/
.p2{
text-align: center;
margin-left: 200px;
Expand All @@ -47,9 +48,10 @@ body{
margin-left:580px;
text-align: center;
}
.inp2{

/*.inp2{
margin-left: 600px
}
}*/
.inp3{
margin-left: 600px;
margin-top: 20px;
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h1>Submission Page</h1>
</div>
<div class="column">
<div class="shift-center">
<p class="p1">{{question}}</p>
<p class="p2">{{question}}</p>
<button><a href="/question/{{question_number}}/inputs.txt">Download Test Case</a></button>
</div>
</div>
Expand All @@ -47,7 +47,7 @@ <h1>Submission Page</h1>
You can submit the code in any language.
You can upload the file below.</p>
<input class="inp1" type="text" name="email" placeholder="Enter Username" required /><br><br><br>
<input class="inp2" type="file" name="upload"><br>
<input class="inp1" type="file" name="upload"><br>
gauravrock marked this conversation as resolved.
Show resolved Hide resolved
<input class="inp3" type="submit" value="Start upload">
</form>
</div>
Expand Down