Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!doctype html>
<html>
<head>
    <title> John De Matteis - Real Estate Lawyer </title>
    <meta charset="UTF-8">
    <style>
        
        h1 {
            color:firebrick;
            padding:0;
            margin:0;
            position:relative;
            bottom:215px;
            right:150px;
        }
        
        #header {
            width:1000px;
            height:200px;
            position: relative;
            bottom: 240px;
            right: 200px; 
        }
        
        #page, body {
            background-color:darkseagreen;
            height:2500px;
            width:1200px;
            margin-top:0px;
            padding:0;
            font-family:monospace;     
        }
        
        #page1 {
            background-color:white;
            height:1800px;
            width:700px;
            margin: 50px;
            padding: 265px;
            padding-bottom: 500px;
        }
        
        ul {
            list-style-type: none;
            margin: 0;
            padding: 0;
            width:100%;
        }
        
       #nav ul li {
            display:inline;
            padding:15px;
           padding-left:60px;
           padding-right:60px;
            width:100%;
            margin:0;
            list-style-type:none;
            font-size:15pt;
            position:relative;
            bottom:180px;
            background-color: lightgray;
            font-family:monospace;
        }
        
        ul li a {
             text-decoration: none;
             width:100%;
        }
        
        ul li a:link {
            color:green;
        }
        
        ul li a:visited {
            background-color: mediumpurple;
        }
        
        ul li a:hover {
            background-color:cornflowerblue;
        }
        
        ul li a:active {
            background-color: grey;
        }
        
        #word {
            margin:0;
            padding:0;
            position:relative;
            
        }
    
    </style>
    </head>
<body>
    
    <div id="page">
        <div id="page1">
        
           
        <img src="header.jpg" alt="Real Estate Lawyer" id="header">
            
            
            <h1> John De Matteis </h1>
            
            
            
             <div id="nav">
        <ul>
            <li><a href="john.html"> Home </a> </li>
            <li><a href="home.html"> About </a> </li>
            <li><a href="contact.html"> Contact Us </a> </li>
        </ul>
        
        </div>
            
       
            <div id="word">
            
                <p> This is some sample text egin by considering two key questions that ultimately summarize the return on your efforts:
How much impact will addressing that issue have? Consider your essential question and your targeted objective. How far will addressing this issue get you towards your goal?
How easy will it be to design and implement a solution? Consider the complexity of the issue, the amount of time and resources required, and risks to success.
Ask these questions for each issue, tagging the issue with a designation of High-, Medium-, or Low-Impact, and High-, Medium-, or Low-Ease. 
To show how the different issues compare we will plot them on a 2x2 matrix, like the one shown below. One axis will correspond to Ease of Execution; the other axis will correspond to Potential Impact. Plot out your solutions on the matrix, and focus on those faegin by considering two key questions that ultimately summarize the return on your efforts:
How much impact will addressing that issue have? Consider your essential question and your targeted objective. How far will addressing this issue get you towards your goal?
How easy will it be to design and implement a solution? Consider the complexity of the issue, the amount of time and resources required, and risks to success.
Ask these questions for each issue, tagging the issue with a designation of High-, Medium-, or Low-Impact, and High-, Medium-, or Low-Ease. 
To show how the different issues compare we will plot them on a 2x2 matrix, like the one shown below. One axis will correspond to Ease of Execution; the other axis will correspond to Potential Impact. Plot out your solutions on the matrix, and focus on those faegin by considering two key questions that ultimately summarize the return on your efforts:
How much impact will addressing that issue have? Consider your essential question and your targeted objective. How far will addressing this issue get you towards your goal?
How easy will it be to design and implement a solution? Consider the complexity of the issue, the amount of time and resources required, and risks to success.
Ask these questions for each issue, tagging the issue with a designation of High-, Medium-, or Low-Impact, and High-, Medium-, or Low-Ease. 
To show how the different issues compare we will plot them on a 2x2 matrix, like the one shown below. One axis will correspond to Ease of Execution; the other axis will correspond to Potential Impact. Plot out your solutions on the matrix, and focus on those fa </p>
            </div>
            
            
            
        </div>
    </div>
      
    
    
    </body>
</html>
Output 300px

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers