mirror of
https://github.com/AmanTahiliani/Portfolio.git
synced 2026-08-08 04:06:15 -04:00
41 lines
555 B
CSS
41 lines
555 B
CSS
table,
|
|
th,
|
|
td {
|
|
border-collapse: collapse;
|
|
}
|
|
|
|
th,
|
|
td {
|
|
padding: 15px;
|
|
text-align: left;
|
|
}
|
|
|
|
tr {
|
|
height: auto;
|
|
}
|
|
|
|
tr:hover {
|
|
background-color: salmon;
|
|
}
|
|
|
|
.publication-detail {
|
|
padding: 30px;
|
|
margin: 40px;
|
|
border: 1px solid white;
|
|
border-radius: 2em;
|
|
white-space: normal;
|
|
overflow: auto;
|
|
text-overflow: ellipsis;
|
|
text-align: justify;
|
|
padding-left: 5%;
|
|
padding-right: 5%;
|
|
}
|
|
|
|
.publication-detail h3 {
|
|
font-size: xx-large;
|
|
color: aquamarine;
|
|
}
|
|
|
|
.publication-detail a {
|
|
color: aquamarine
|
|
} |