Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
acharyasourav committed Jul 23, 2022
1 parent 9b8f8f4 commit c2f172e
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions static/main.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
html, body {
height: 100%;
margin: 0;
}

.container {
margin: 0 auto;
width: 100%;
height: 100%;
background-color: #006666;
color: #e6ffff;
overflow:hidden;
text-align: center;
}

.container form {
margin: 20px;
}

.container h1 {
font-family: Arial, sans-serif;
font-size: 30px;
color: #DDCCEE;
margin-top: 80px;
}

.container button {
width:70px;
height: 30px;
background-color: steelblue;
margin: 3px;
}

.container input {
width: 200px;
height: 15px;
font-size: 15px;
margin: 2px;
padding: 5px;
transition: all 0.2s ease-in-out;
}

.output {
display: inline-block;
}

0 comments on commit c2f172e

Please sign in to comment.