Line 11: | Line 11: | ||
padding: 5px; | padding: 5px; | ||
} | } | ||
+ | |||
+ | |||
</style> | </style> | ||
+ | |||
+ | |||
+ | <script> | ||
+ | $( "#reuse" ).click(function() { | ||
+ | $( "#results_Reuse" ).toggle(); | ||
+ | }); | ||
+ | </script> | ||
<body> | <body> | ||
Line 22: | Line 31: | ||
<svg width="80vw" height="70px"> | <svg width="80vw" height="70px"> | ||
− | <rect x="5" y="5" width="95%" height="60px" rx="30" fill="rgb(255,230,153)" stroke="rgb(0,112,192)" stroke-width="3"/> | + | <rect id="reuse" x="5" y="5" width="95%" height="60px" rx="30" fill="rgb(255,230,153)" stroke="rgb(0,112,192)" stroke-width="3"/> |
<text x="40%" y="47" style="fill:black; font-family:Agency FB; font-size:30pt;">Parts Reusability</text> | <text x="40%" y="47" style="fill:black; font-family:Agency FB; font-size:30pt;">Parts Reusability</text> | ||
</svg> | </svg> |
Revision as of 01:41, 30 August 2017