mylink
All checks were successful
deploy to neocities / Build and deploy Jekyll site (push) Successful in 37s
All checks were successful
deploy to neocities / Build and deploy Jekyll site (push) Successful in 37s
This commit is contained in:
@@ -1,8 +1,9 @@
|
|||||||
<footer>
|
<footer>
|
||||||
<div class="footerdiv">
|
<div class="footerdiv">
|
||||||
|
<h2 class="linkstitle">My links:</h2>
|
||||||
<ul class="mylinks">
|
<ul class="mylinks">
|
||||||
{% for link in site.data.links %}
|
{% for link in site.data.links %}
|
||||||
<li>
|
<li class="footerlinks">
|
||||||
<a href="{{ link.href }}" {{link.otherparams}}>
|
<a href="{{ link.href }}" {{link.otherparams}}>
|
||||||
{% if link.img %}
|
{% if link.img %}
|
||||||
<img src="{{ link.img }}" alt="{{ link.alt }}">
|
<img src="{{ link.img }}" alt="{{ link.alt }}">
|
||||||
|
13
css/main.css
13
css/main.css
@@ -176,7 +176,18 @@ nav {
|
|||||||
footer {
|
footer {
|
||||||
border: green;
|
border: green;
|
||||||
border-style: double;
|
border-style: double;
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
padding-top: 6em;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.footerdiv {}
|
.footerdiv {
|
||||||
|
width: 50em;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.footerlinks {
|
||||||
|
display: inline-block;
|
||||||
|
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user