Feat(dioxus): finished tech category, footer, contact, and started home and tech cards
This commit is contained in:
28
assets/styling/ender.css
Normal file
28
assets/styling/ender.css
Normal file
@ -0,0 +1,28 @@
|
||||
footer {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
text-align: center;
|
||||
|
||||
background-color: #d3d3d3;
|
||||
}
|
||||
|
||||
footer div {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex: 1 1 2;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
footer img {
|
||||
height: 100px;
|
||||
}
|
||||
|
||||
footer a {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
|
||||
border: 1px solid lightgray;
|
||||
text-decoration: none;
|
||||
color: inherit;
|
||||
}
|
Reference in New Issue
Block a user