html - Cant add more content? -


i have added header , have added 1 paragraph, each time try adding content not show. have tried list, paragraph , header , neither of them have worked. have no clue why!

html

<div id="midwrap"><a class="headerone">tag helper</a> <p class="paragraph1tag">select coding in using "tag helper".</p> <p class="paragraph1tag">selesdgsdgdsgct coding in using "tag helper".</p> </div> 

css

#midwrap {     width: 70%;     height: 90%;     border-left: 1px solid #c4c4c4;     top: 10px;     position: relative;     overflow: hidden;     float: right;      clear: right;     margin-right: 7%; }  .headerone {     color: #000000;;     font-size: 25px;     font-family: sans-serif;     position: relative;     margin-left: 15px; }  .paragraph1 {     color: #000000;;     font-size: 14px;     font-family: sans-serif;     position: relative;     margin-left: 15px; } 

remove overflow: hidden; in rules #midwrap


Comments

Popular posts from this blog

java - nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet Hibernate+SpringMVC -

sql - Postgresql tables exists, but getting "relation does not exist" when querying -

asp.net mvc - breakpoint on javascript in CSHTML? -