Issue Screenshot:
Is there a way to properly align the right column of the table, particularly the Student NRIC row and School's?
.formstyled {
width:70%;
margin-left:5%;
}
.formstyled input[type=text],input[type=password],textarea,select {
width:100%;
padding-left:3px;
border: 2px solid #dadada;
border-radius: 5px;
}
.formstyled select {
-webkit-appearance:none;
-moz-appearance:none;
appearance:none;
background: url('arrow.png') no-repeat;
background-position:98% -1px;
background-color:white;
}
.formstyled input[type=text]:focus,input[type=password]:focus,textarea:focus,select:focus {
outline: none;
border-color: #9ecaed;
box-shadow: 1px 1px 8px #b2d9f9;
}
::-webkit-input-placeholder {
text-align:center;
font-style:italic;
font-size:smaller;
opacity:0.4;
color: #999;
}
.formstyled input[type=submit],input[type=reset] {
width:65px;
height:25px;
background: linear-gradient(to bottom, rgba(149,149,149,1) 0%,rgba(13,13,13,1) 32%,rgba(1,1,1,1) 40%,rgba(10,10,10,1) 48%,rgba(78,78,78,1) 77%,rgba(56,56,56,1) 87%,rgba(27,27,27,1) 100%); /* W3C */
border:none;
border-top:1px #219fe8 solid;
border-bottom:2px #219FE8 solid;
border-radius:15px;
cursor:pointer;
color:#F6F6E8;
font-family:Raleway;
font-size:smaller;
letter-spacing:1px;
}
In addition, any suggestions on how to enhance the design of the table for my assignment? Feeling a bit stuck on ideas... Well, kind of.