Footer in bottom right hand corner

Having trouble getting my footer down in the bottom right hand corner. I got it in a flex display and trying to use ::before to get the icon svg to be before the div inside the anchor of the footer tag. Any thoughts on what I'm doing wrong here? https://codepen.io/MD-2016/pen/KKBwaXy
MD
CodePen
New Tab Mock
...
20 Replies
ZomaTheMasterOfDisaster
Adding margin-top: 100% kinda helps but you have to scroll down
ZomaTheMasterOfDisaster
Interesting I think something isn't matching with my setup I did margin-top: auto; and it didn't move down
b1mind
b1mind2y ago
because it needs to be a flex child so wrapp it all in a flex-direction col like that example and use the auto
ZomaTheMasterOfDisaster
My footer is flex
b1mind
b1mind2y ago
also please use the same 100% height* method and get away from the vh xD parent > child relationship mate
ZomaTheMasterOfDisaster
The a would be the child
b1mind
b1mind2y ago
right and to use the margin-top: auto; trick the footer needs to be a flex this
ZomaTheMasterOfDisaster
Interesting why Column vs row
b1mind
b1mind2y ago
try it and find out! best way to learn is to break things
ZomaTheMasterOfDisaster
I'll have to do it from my phone 🙂 shutdown for the night
b1mind
b1mind2y ago
do it later I was just showing ya how cause I have that pen handy just for this reason lol
ZomaTheMasterOfDisaster
I used those border reds to try to help visually align things if you're curious about those
b1mind
b1mind2y ago
best to use outline: cause it wont be in with boxmodel, but yea grea tway to debug
ZomaTheMasterOfDisaster
After I do that margin-top: auto will it be able to stay in view because currently I have to scroll beyond the content to get to it
b1mind
b1mind2y ago
>.>;;
ZomaTheMasterOfDisaster
Trying to keep it in without the scrolling so far down Like the example I'm sorry I'm learning 😦 Oh ok ill need to look up outline
b1mind
b1mind2y ago
na you are just saying you will have to try when you get back to a pc 😄 cause yea it will
b1mind
b1mind2y ago
will work better than this too
ZomaTheMasterOfDisaster
Yeah I tried to get it from sticking too far to right off screen The hard part will be getting the main content in the center Also do I need ::before on that footer to get the pencil before the div text or just continue using flex row?
Want results from more Discord servers?
Add your server
More Posts
Some Question about of grid in CSS and some other**1-** Which one is better of these: `grid column and row templates ` or `grid template areas` |---Canvas - permanently apply Y-axis offset to all future drawingsI want to have everything drawn onto the canvas be given an offset in the Y axis which will increaseuseSelector() in Redux not rendering new value ❓I am learning *redux* , so made a demo webApp and in that I am incrementing and decrementing the valHello I've been trying to figuring out how to make a link that lets people email you.Hello I've been trying to figuring out how to make a link that lets people email you. like that linkhow to paste something into an input from clipboard without using document.ExecCommand('paste') ?how to paste something into an input from clipboard without using document.ExecCommand('paste') sincneed a library that helps me to resize the window (we want the layout like codesandbox).hey! everyone... I'd like to ask you a question: I'm looking for a library that will allow me to resCSSComb for nowadays SASSi work for a long time now with a tool called CSSComb that allows me to order my CSS declarations inI want to extend builtin HTML element classes (I know why you shouldn't and cant)`class MyCanvas extends HTMLCanvasElement` is obviously out of the question, but there's surely someHow can I align some paragraphs to start at the centered title's starting pointI am working on this the whole day, still can't manage to do it. The problem is I have titles in my flowHi Gays, I found this code but I don't know what it does : ```css .flow > *:where(:not(:first-child)