mirror of
https://github.com/neon443/neon443.github.io.git
synced 2026-03-11 07:09:12 +00:00
icon rows have equal widths
and max height and now 10px border radius
This commit is contained in:
15
style.css
15
style.css
@@ -117,17 +117,30 @@ h3 {
|
||||
}
|
||||
/* Bar styling */
|
||||
|
||||
table {
|
||||
table-layout: fixed;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
td {
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
td p {
|
||||
text-align: center;
|
||||
font-size: 15px;
|
||||
}
|
||||
td img{
|
||||
height: 100px;
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
transform: scale(0.9, 0.9);
|
||||
border-radius: 5px;
|
||||
border-radius: 10px;
|
||||
transition: all 0.2s ease-in-out 100ms;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
td img:hover {
|
||||
transform: scale(1, 1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user