Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

<!DOCTYPE html> #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

<!DOCTYPE html> #11

wants to merge 1 commit into from

Commits on Sep 7, 2015

  1. <!DOCTYPE html>

    <html>
    <body>
    
    <h1> Lets create a collage </h1>
    
    <p>The 13th student</p>
    
    <svg width="1000" height="1000">
    
    	<!--Code to be eddited by student 1 start-->
    	<rect x="10" y="10"  height="100" width="100"
    		style = "stroke:#ff0000; fill:#0000ff">
    	</rect>
    	<text x="30" y="60">Student 1 </text>
    
    	<!--Code to be eddited by student 2 start-->
    	<rect x="10" y="110"  height="100" width="100"
    		style = "stroke:#f11000; fill:#0001ff">
    	</rect>
    	<text x="30" y="160">Student 2 </text>
    
    	<!--Code to be eddited by student 3 start-->
    	<rect x="10" y="210"  height="100" width="100"
    		style = "stroke:#ff0000; fill:#0000ff">
    	</rect>
    	<text x="30" y="260">Student 3 </text>
    
    	<!--Code to be eddited by student 4 start-->
    	<rect x="10" y="310"  height="100" width="100"
    		style = "stroke:#f11000; fill:#0001ff">
    	</rect>
    	<text x="30" y="360">Student 4 </text>
    
    	<!--Code to be eddited by student 5 start-->
    	<rect x="110" y="10"  height="100" width="100"
    		style = "stroke:#ff0000; fill:#0000ff">
    	</rect>
    	<text x="130" y="60">Student 5 </text>
    
    	<!--Code to be eddited by student 6 start-->
    	<rect x="110" y="110"  height="100" width="100"
    		style = "stroke:#f11000; fill:#0001ff">
    	</rect>
    	<text x="130" y="160">Student 6 </text>
    
    	<!--Code to be eddited by student 7 start-->
    	<rect x="110" y="210"  height="100" width="100"
    		style = "stroke:#ff0000; fill:#0000ff">
    	</rect>
    	<text x="130" y="260">Student 7 </text>
    
    	<!--Code to be eddited by student 8 start-->
    	<rect x="110" y="310"  height="100" width="100"
    		style = "stroke:#f11000; fill:#0001ff">
    	</rect>
    	<text x="130" y="360">Student 8 </text>
    
    	<!--Code to be eddited by student 9 start-->
    	<rect x="210" y="10"  height="100" width="100"
    		style = "stroke:#ff0000; fill:#0000ff">
    	</rect>
    	<text x="230" y="60">Student 9 </text>
    
    	<!--Code to be eddited by student 10 start-->
    	<rect x="210" y="110"  height="100" width="100"
    		style = "stroke:#f11000; fill:#0001ff">
    	</rect>
    	<text x="230" y="160">Student 10 </text>
    
    	<!--Code to be eddited by student 11 start-->
    	<rect x="210" y="210"  height="100" width="100"
    		style = "stroke:#ff0000; fill:#0000ff">
    	</rect>
    	<text x="230" y="260">Student 11 </text>
    
    	<!--Code to be eddited by student 12 start-->
    	<rect x="210" y="310"  height="100" width="100"
    		style = "stroke:#f11000; fill:#0001ff">
    	</rect>
    	<text x="230" y="360">Student 12 </text>
    
    </svg>
    
    </body>
    </html>
    avarf committed Sep 7, 2015
    Configuration menu
    Copy the full SHA
    f8a3edf View commit details
    Browse the repository at this point in the history