mirror of
https://github.com/AmanTahiliani/Portfolio.git
synced 2026-08-07 19:56:16 -04:00
Cleaned up code structure
This commit is contained in:
41
src/css/publication.css
Normal file
41
src/css/publication.css
Normal file
@@ -0,0 +1,41 @@
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user