<style>
 .phb>hr {
	display:none;
 }
  .phb blockquote .tipblock ul li {
  	margin-left:1em;
  	list-style-type:none;
  }
  .phb blockquote .tipblock hr {
  	margin-top:4px;
  	margin-bottom:4px;
  	border:1px solid black;
  	visibility:unset;
  }
  .phb blockquote .tipblock p:first-of-type {
  	padding-bottom:3px;
  }
  .tipblock h5 {
    text-align:center;
  }
  .phb blockquote {
    padding:0px 10px 0px 10px;
  }
  .phb .tipblock pre {
  	border-left:2px solid silver;
  	padding-left:3px;
    margin-left:4px;
  	visibility:unset;
  	white-space:pre-wrap;
  }
  .phb .spellList.wizard {
  	column-count:2;
  	column-span:none;
  }
</style>
    <!--- If you are looking at the source code to see how the 2 column list is made, ignore the last css style on ".phb blockquote li {}"...it is for styling the  info box that shows the code above since I can't get code blocks to work on homebrewery --->
</style>
<img 
  src='https://i.imgur.com/o0bRnMY.png' 
  style='position:absolute; bottom:0px; right:0px; width:800px;opacity:40%; transform: scaleX(-1);-webkit-transform: scaleX(-1);' />
<div class='pageNumber auto'></div>

# Double column within a column
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Tu autem negas fortem esse quemquam posse, qui dolorem malum putet. Primum in nostrane potestate est, quid meminerimus? Nec mihi illud dixeris: Haec enim ipsa mihi sunt voluptati, et erant illa Torquatis. Luxuriam non reprehendit, modo sit vacua infinita cupiditate et timore. </p>

<br />


> <div class="tipblock"> 
> ##### Players Handbook Spell Lists 
> <p>The players handbook features spell lists that are in a single column on the page, but are made of two columns of spells.  An example is on the right.  Homebrewery's pre-made code snippet isn't configured for this, but it's very close and easy to adjust using HTML and CSS.</p>
> <p>Note: Replace any underscore "_" with just a Space, notably inside any HTML tags.</p> 
> 
>
> ____
> ##### HTML
> ____
> <pre>
> <_div class="spellList Wizard"_>
> 	##### Cantrips (0 Level)
>   - Spell name 1
>   - Spell name 2
>   - Spell name 3
> 	##### 1st Level
>   - Spell name 1
>   - Spell name 2
>   - Spell name 3
> <_/div_>
> </pre>
> 
> ____
> ##### CSS
> ____
> 
> <pre>
> <_style_>
> .phb .spellList.Wizard {
> 	column-count:2;
>	column-span:none;
>	}
> < _/style>
> </pre>
> 
> <br />The CSS portion goes at the top of your brew, and the HTML portion goes wherever you want the list.  The "Wizard" part can be replaced in both the HTML and CSS with whatever you want, it's just an extra identifier to help pinpoint the list in your code with the CSS.
> 
</div>

<p>Tubulum fuisse, qua illum, cuius is condemnatus est rogatione, P. His similes sunt omnes, qui virtuti student levantur vitiis, levantur erroribus, nisi forte censes Ti. Sed tempus est, si videtur, et recta quidem ad me. Primum in nostrane potestate est, quid meminerimus?Ita relinquet duas, de quibus etiam atque etiam consideret. Nonne videmus quanta perturbatio rerum omnium consequatur, quanta confusio? Vide, quantum, inquam, fallare, Torquate. Etenim semper illud extra est, quod arte comprehenditur.</p>


## Lorem Ipsum
<p>Quam ob rem tandem, inquit, non satisfacit? Quo studio Aristophanem putamus aetatem in litteris duxisse? Etenim semper illud extra est, quod arte comprehenditur. Commoda autem et incommoda in eo genere sunt, quae praeposita et reiecta diximus; Et hunc idem dico, inquieta sed ad virtutes et ad vitia nihil interesse. Vide, quantum, inquam, fallare, Torquate. </p>

  
<div class='spellList wizard'>
##### Cantrips (0 Level) 
- Occult Transfiguration of Foot Fetish
- Cursed Ramen Erruption
- Dominate Ramen Giant
- Divine Spell of Crossdressing
- Ultimate Ritual of Mouthwash
- Hellish Cage of Mucus 

##### 2nd Level 
- Sorcerous Enchantment of the Chimneysweep
- Talk to Groupie
- Steak Sauce Ray
- Mystic Spell of the Poser
- Hellish Cage of Mucus
- Call Fangirl
- Spiritual Invocation of the Costumers
- Ball of Annoyance
- Induce Whining in Babysitter
- Flaming Disc of Inconvenience
- Heavenly Transfiguration of the Cream Devil
- Overwhelming Enchantment of the Chocolate Fairy
- Cage of Yarn
- Create Nervousness 

##### 3rd Level 
- Create Acne
- Ultimate Ritual of Mouthwash
- Induce Whining in Babysitter
- Cursed Ritual of Bad Hair
- Extra-Planar Spell of Irritation
- Heal Bad Hygene
- Dark Chant of the Dentists
- Cursed Ramen Erruption 

##### 4th Level 
- Astral Rite of Acne
- Dominate Ramen Giant
- Astounding Pasta Puddle
- Necromantic Armor of Salad Dressing
- Dark Chant of the Dentists
- Spiritual Invocation of the Costumers
- Call Fangirl
- Astonishing Chant of Chocolate
- Steak Sauce Ray
- Induce Whining in Babysitter
- Cage of Yarn
- Occult Transfiguration of Foot Fetish 

##### 5th Level 
- Extra-Planar Spell of Irritation
- Control Noodles Elemental
- Ultimate Ritual of Mouthwash
- Tinsel Blast
- Spiritual Invocation of the Costumers
- Astounding Pasta Puddle
- Invoke Complaining
- Talk to Groupie
- Dispell Piles in Dentist
- Cage of Yarn
- Divine Spell of Crossdressing 
</div>