mirror of
https://github.com/AmanTahiliani/Portfolio.git
synced 2026-08-07 19:56:16 -04:00
31 lines
385 B
CSS
31 lines
385 B
CSS
|
|
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
|
||
|
|
}
|