supersize

Resultados 2 preguntas formuladas por supersize

Estoy configurando un SVG como background-imagepara un pseudo elemento: content: ''; position: absolute; right: 0; bottom: 0; left: 0; width: 100%; height: 12px; background-image: url('data:image/svg+xml;utf8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"

Alinear un elemento al fondo con flexbox

12
respuestas
686
votos
1.0M
vistas

Tengo una divcon algunos niños: <div class="content"> <h1>heading 1</h1> <h2>heading 2</h2> <p>Some more or less text</p> <a href="/" class="button">Click me</a> </div> y quiero el siguiente diseño: ------------------- |heading 1 |