Line 36: | Line 36: | ||
color: red; | color: red; | ||
} | } | ||
− | + | #bio_card { | |
width: 300px; | width: 300px; | ||
height: 300px; | height: 300px; | ||
Line 44: | Line 44: | ||
margin-bottom: 20px; | margin-bottom: 20px; | ||
} | } | ||
− | + | ||
− | + | ||
− | + | ||
</style> | </style> | ||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script> | <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script> | ||
<script> | <script> | ||
$(document).ready(function(){ | $(document).ready(function(){ | ||
− | $('# | + | $('#image').onClick(function(){ |
− | $('# | + | $('#John_Luke').slideUp("slow"); |
}); | }); | ||
}); | }); |
Revision as of 19:13, 8 July 2016