Advertisement
desi_mae

des

Mar 6th, 2015
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.45 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3. <hmtl>
  4. <head>
  5. <title>Desiree Baube</title>
  6. <style type= "text/css" >
  7.     p {
  8.             background-color:hidden:#60F;
  9.             text-align:center;
  10.             color:#FFF; }
  11.            
  12.     #myheader {
  13.         background-color:#0FF;
  14.         color:#639;
  15.         margin:20px;
  16.         padding: 20px;
  17.         text-align:center;
  18.        
  19.     }
  20.     #nav {
  21.     line-height:30px;
  22.     background-color:#0FF;
  23.     height: 600px;
  24.     width: 120px;
  25.     float: left;
  26.     padding: 30px;
  27.     font-size: 16px;
  28.     text-align: center;
  29.     }
  30.     footer {
  31.         background-color:#0FF;
  32.         color:white;
  33.         clear:both;
  34.         text-align:center;
  35.         padding:5px;
  36.     }
  37. h4 {
  38.     text-align:center;
  39.     background-color:#3FF;
  40.     color:#006;}
  41.  
  42. a  {
  43.      text-align:center;
  44.      background-color:transparent:#00F;
  45.    
  46. }
  47. #myframe {width:600px; height:600px;}
  48. unorder {list-style-type:none;}
  49. </style>           
  50. </head>
  51. <body>
  52. <div id="myheader" class="mytheme">
  53. <h2>Desiree Baube</h2>
  54. <h4> Disney World
  55.    <br>123-456-7890</br></h4>
  56. </div>
  57. <div id="nav">
  58.  
  59. <ul class="unordered">
  60.  
  61. <a href="pages/aboutme.html" target="myframe">
  62.  
  63. About Desi
  64. </a>
  65. <a href="pages/education.html" target="myframe">
  66.  
  67. Education
  68. </a>  
  69.  
  70. <a href="pages/activities.html" target="myframe">
  71.  
  72. Activities
  73. </a>
  74. <a href="pages/links.html" target="myframe">
  75. Links
  76. </a>
  77. </ul>
  78. </div>
  79.  
  80.  
  81. <div id="content" class="mytheme">
  82.   <iframe name="myframe" id="myframe"></iframe>
  83. </div>
  84.  
  85. <div>
  86. <footer>
  87.  
  88.  
  89.   <a>copyright @ Desiree Baube </a>
  90. </footer></div>
  91. </body>
  92. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement