diff --git a/iitb/index.html b/iitb/index.html
index f11d6cf..88d5703 100755
--- a/iitb/index.html
+++ b/iitb/index.html
@@ -43,12 +43,21 @@
Computer Science and Engineering
Indian Institute of Technology Kharagpur
+
19XY10017
B.Tech
Male
DOB: 01/03/2002
+
+
+
Education
diff --git a/iitkgp/styles.css b/iitkgp/styles.css
index d86ed39..8b0591c 100755
--- a/iitkgp/styles.css
+++ b/iitkgp/styles.css
@@ -23,6 +23,7 @@
margin-top: 10px;
}
+
/*
Table Styling Start
*/
@@ -88,13 +89,48 @@ List Styling Start
List Styling End
*/
+.main-header{
+ display: flex;
+ flex-direction: row;
+ justify-content: space-between;
+}
+.iitkgp-cv-container .main-header img {
+ width: 90px;
+}
+
+.section-name{
+ position: relative;
+}
+/* Contact details starts */
+
+.contactDetails-1{
+ display: flex;
+ text-align: center;
+ font-weight: 700;
+ word-spacing: 5px;
+}
+
+.contactDetails-1 a{
+text-decoration: none;
+outline: none;
+}
+
+.contactDetails-1 a:hover{
+ color: green;
+}
+
+/* Contact details ends */
+
/*
Header Section Start
*/
.iitkgp-cv-container .header {
display: flex;
- flex-direction: row;
+ /* flex-direction: row;
justify-content: space-between;
+ */
+ flex-direction: column;
+ justify-content: center;
}
.iitkgp-cv-container .header h1 {
diff --git a/iitm/index.html b/iitm/index.html
index 41c304c..52d9208 100755
--- a/iitm/index.html
+++ b/iitm/index.html
@@ -34,15 +34,29 @@
-