Skillnad mellan versioner av "Användare:Apotekuser"
Hoppa till navigering
Hoppa till sök
Rad 1: | Rad 1: | ||
− | |||
− | |||
− | |||
− | |||
− | < | + | <style> |
+ | header { | ||
+ | padding:8px; | ||
+ | border-bottom-style: solid; | ||
+ | border-width: thin; | ||
+ | padding:8px; | ||
+ | } | ||
+ | content { | ||
+ | padding:8px; | ||
+ | } | ||
− | + | .wrapper { | |
− | + | background-color:red; | |
− | + | display:inline; | |
− | + | } | |
− | + | ||
− | + | .wrap { | |
− | + | display:inline-flex; | |
− | + | margin: 8px; | |
− | + | padding:8px; | |
− | + | border-width: thin; | |
− | + | border-style: solid; | |
− | + | } | |
− | + | .sq { | |
− | + | margin: 8px; | |
− | + | padding:8px; | |
− | + | border-width: thin; | |
− | + | border-style: solid; | |
− | + | min-width:160px; | |
− | + | } | |
− | + | </style> | |
− | + | <body> | |
− | + | <div class="wrap"> | |
− | + | ||
− | + | <div class="sq"> | |
− | + | <header> | |
− | + | asdfadsf | |
− | + | </header> | |
− | + | <content> | |
− | + | lorem upsum | |
− | + | afdsdsaf | |
− | + | </content> | |
− | + | </div><div class="sq"> | |
− | + | <header> | |
− | + | asdfadsf | |
+ | </header> | ||
+ | <content> | ||
+ | lorem upsum | ||
+ | afdsdsaf | ||
+ | </content> | ||
+ | </div><div class="sq"> | ||
+ | <header> | ||
+ | asdfadsf | ||
+ | </header> | ||
+ | <content> | ||
+ | lorem upsum | ||
+ | afdsdsaf | ||
+ | </content> | ||
+ | </div> | ||
+ | |||
+ | <div class="sq"> | ||
+ | <header> | ||
+ | asdfadsf | ||
+ | </header> | ||
+ | <content> | ||
+ | lorem upsum | ||
+ | afdsdsaf | ||
+ | </content> | ||
</div> | </div> | ||
+ | <div div class="sq"> | ||
+ | <header> | ||
+ | header | ||
+ | </header> | ||
+ | <content> | ||
+ | lorem upsum | ||
+ | afdsdsaf | ||
+ | </content> | ||
</div> | </div> | ||
</div> | </div> | ||
− | + | </body> | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | </ |
Versionen från 16 mars 2021 kl. 00.20
<style> header { padding:8px; border-bottom-style: solid; border-width: thin; padding:8px; }
content { padding:8px; }
.wrapper { background-color:red; display:inline; }
.wrap { display:inline-flex; margin: 8px; padding:8px; border-width: thin; border-style: solid; } .sq { margin: 8px; padding:8px; border-width: thin; border-style: solid; min-width:160px; } </style> <body>
<header> asdfadsf </header> <content> lorem upsum afdsdsaf </content>
<header> asdfadsf </header> <content> lorem upsum afdsdsaf </content>
<header> asdfadsf </header> <content> lorem upsum afdsdsaf </content>
<header> asdfadsf </header> <content> lorem upsum afdsdsaf </content>
<header> header </header> <content> lorem upsum afdsdsaf </content>
</body>