diff --git a/Front-End/Sprofile.php b/Front-End/Sprofile.php new file mode 100644 index 0000000..1ce4b47 --- /dev/null +++ b/Front-End/Sprofile.php @@ -0,0 +1,33 @@ + + + + + + + +
+
+
+
+ Image +
+

Name:

+

Location:

+

Date Of Birth:

+

Gender:

+
+
+ +
+ + + \ No newline at end of file diff --git a/Front-End/Tprofile.php b/Front-End/Tprofile.php new file mode 100644 index 0000000..c7a2237 --- /dev/null +++ b/Front-End/Tprofile.php @@ -0,0 +1,36 @@ + + + + + + + +
+
+
+
+ Image +
+

Name:

+

Address:

+

Date Of Birth:

+

Gender:

+

Email:

+

Password:

+

Fee:

+

Subject number:

+
+ +
+ + + \ No newline at end of file diff --git a/Front-End/design.css b/Front-End/design.css index ffb5a95..9dec01b 100644 --- a/Front-End/design.css +++ b/Front-End/design.css @@ -224,9 +224,6 @@ body { font-size: 2vw; } -.descImg { - text-align: center; -} .aboutHeader { text-align: center; @@ -240,10 +237,11 @@ body { text-align: center; } -#roundedImage2 { - border-radius: 10%; +.aboutImg{ + border-radius: 8px; } + /*-----------------Search Form on Home Page-----------------*/ select { @@ -434,6 +432,12 @@ span.reg { cursor: pointer; } +.link{ + font-size: 2vw; + font-weight: bold; +} + + /*------------Profile Page-----------------*/ .fakeimg { @@ -446,16 +450,9 @@ span.reg { *{ box-sizing: border-box; } - .leftcolumn { - float: left; - width: 25%; -} - -.rightcolumn { - float: left; - width: 75%; - padding-left: 20px; + margin: auto; + width: 50%; } .card {