Перемещение кнопки в заголовке вниз [дубликат] ⇐ CSS
-
Anonymous
Перемещение кнопки в заголовке вниз [дубликат]
i've question. How can i move "zelf toevoegen" and "tijdlijn zelf" down so it alines with the bottom of the header? i tried everything but nothing smeems to fix it.
(apparently i need to have more text to post this so ignore this)
ul { list-style-type: none; margin: 0; padding: 1; overflow: hidden; background-color: #000000; } li { float: left; } li a { display: block; color: rgb(255, 153, 0); text-align: center; padding: 14px 16px; text-decoration: none; font-size: 150%; } li a:hover:not(.active) { background-color: #000000; } .active { background-color: #000000; } *, *::after, *::before { box-sizing: border-box; } html { font-size: 62.5%; } body { font-size: 1em; font-family: "Ubuntu", sans-serif; color: #fff; background-color: #000000; } a { color: #ffffff; text-decoration: none; } Everything, position, padding, bottom: ..%. etc.
Источник: https://stackoverflow.com/questions/780 ... -downwards
i've question. How can i move "zelf toevoegen" and "tijdlijn zelf" down so it alines with the bottom of the header? i tried everything but nothing smeems to fix it.
(apparently i need to have more text to post this so ignore this)
ul { list-style-type: none; margin: 0; padding: 1; overflow: hidden; background-color: #000000; } li { float: left; } li a { display: block; color: rgb(255, 153, 0); text-align: center; padding: 14px 16px; text-decoration: none; font-size: 150%; } li a:hover:not(.active) { background-color: #000000; } .active { background-color: #000000; } *, *::after, *::before { box-sizing: border-box; } html { font-size: 62.5%; } body { font-size: 1em; font-family: "Ubuntu", sans-serif; color: #fff; background-color: #000000; } a { color: #ffffff; text-decoration: none; } Everything, position, padding, bottom: ..%. etc.
Источник: https://stackoverflow.com/questions/780 ... -downwards
Мобильная версия