Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--start of updates tab-->
- <div id="updatestab">
- <h5>updates</h5> <!--change main heading-->
- <!--start first box-->
- <div class="box">
- <h7>+name, age, location</h7><!--first box heading-->
- <br>
- <!--start writing here-->
- Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis aliquam purus id bibendum posuere. Donec venenatis ex sed dignissim facilisis.
- <!--end writing here-->
- </div>
- <!--end first box-->
- <!--start second box-->
- <div class="box">
- <h7>how to use</h7> <!--second box heading-->
- <br>
- <!--start writing here-->
- Use < br > for line breaks and < p > to start new paragraphs, without the spaces. You can also use <a href="url here" title="hover text">links</a>, <b>bold</b>, <i>italics</i> and <u>underline</u>.
- <!--end writing here-->
- </div>
- <!--end second box-->
- <!--start third box-->
- <div class="box">
- <h7>updates</h7> <!--third box heading-->
- <br>
- <!--start writing here-->
- <b>WATCHING</b> tv show, tv show <br/>
- <b>READING</b> book, book, book <br/>
- <b>LISTENING</b> artist, artist <br/>
- <!--end writing here-->
- </div>
- <!--end third box-->
- <!--start fourth box-->
- <div class="box">
- <h7>heading</h7><!--fourth box heading-->
- <br>
- <!--start writing here-->
- <li>lorem ipsum
- <li>dolor sit
- <li>amet consectetur
- <!--end writing here-->
- </div>
- <!--end fourth box-->
- <!--to add more boxes, copy and paste the following:
- <div class="box">
- <h7>heading</h7>
- <br>
- write your updates here
- </div>
- as many times as you like. -->
- </div>
- <!--end updates tab-->
Advertisement
Add Comment
Please, Sign In to add comment