Advertisement
badlogic

LCBA

May 25th, 2017
365
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.82 KB | None | 0 0
  1. <style>
  2. #header {
  3. display:block;
  4. height:50px;
  5. box-shadow: 0 5px 0 #fec700, 0 10px 0 #fec700;
  6. background-color:#000052;
  7. width:100%;
  8. }
  9.  
  10. #footer {
  11.   background-color:#fec700;
  12.   width:100%;
  13. }
  14. img.top {
  15.     vertical-align: text-top;
  16.     overflow: auto  
  17. }
  18. #textMark{
  19.  
  20.   text-overflow:ellipsis
  21. }
  22. </style>
  23.  
  24. <div id='header'>
  25. <p>
  26.   <img class='top' src="https://lh4.googleusercontent.com/BRZGUp-MV-hvtCuKoa034gbXI6ASl9_OE100X5pJ-fOk9It8BUqdYgHoTVeEwzSZnXolrTXPyhwA8uc=w1366-h638-rw" alt="" align="left" height='68'>
  27.  
  28.   <font color='white' id='textMark'>
  29.     &nbsp;&nbsp;&nbsp;Laguna College of Business and Arts <br>
  30.   &nbsp;&nbsp;&nbsp;PACUCOA Accredited
  31.   </font>
  32.  
  33. </p>
  34. </div>
  35.  
  36. <div id='footer'>
  37.   &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  38.   &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  39.   &nbsp;&nbsp;&nbsp;markpogi
  40. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement