Added Publications details

This commit is contained in:
Aman Tahiliani
2022-05-08 22:13:49 +05:30
parent 1a1dee40db
commit fbb4b94eff
8 changed files with 107 additions and 10 deletions

View File

@@ -0,0 +1,31 @@
table,
th,
td {
border-collapse: collapse;
}
th,
td {
padding: 15px;
text-align: left;
}
tr:hover {
background-color: salmon;
}
.publication-detail {
padding: 30px;
margin: 40px;
border: 1px solid white;
border-radius: 5em;
}
.publication-detail h3 {
font-size: xx-large;
color: aquamarine;
}
.publication-detail a {
color: aquamarine
}