File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44< head >
55 < title > my home page</ title >
66 < link href ="style.css " rel ="stylesheet " type ="text/css ">
7- < style >
8- img {
9- width : 204px ;
10- height : 128px ;
11- transition : width 5s ;
12- transition : height 4s ;
13- }
14- img : active {
15- width : 264px ;
16- height : 228px ;
17- }
18- </ style >
19-
207</ head >
218
229< body >
@@ -31,12 +18,12 @@ <h2>What hobbies am I interested in</h2>
3118 < a HREF ="https://en.wikipedia.org/wiki/Wargaming "> Don't usually use wiki this much</ a >
3219 </ li >
3320 < li >
34- < a HREF ="http ://www.w3schools.com/html/html_lists.asp "> How to do what I do in index.html</ a >
21+ < a HREF ="https ://www.w3schools.com/html/html_lists.asp "> How to do what I do in index.html</ a >
3522 </ li >
3623 < li > The above are the main ones</ li >
3724 </ ul >
3825 < h2 > Good game</ h2 >
39- < img onclick ="addFish() " src ="http://www.drodd.com/images15/fish8 .png " alt ="good pic " style ="; ">
26+ < img onclick ="addFish() " src ="fish .png " alt ="good pic " style ="; ">
4027 < p > You have < span id ="fishQuantity "> 0</ span > fish</ p >
4128 < h2 > fish.com</ h2 >
4229 < p onclick ="buyapond "> Pond: 15 fish< p >
Original file line number Diff line number Diff line change 6868 letter-spacing : 2px ;
6969 background-color : green;
7070}
71+
72+ /* Image Styling */
73+
74+ img {
75+ width : 204px ;
76+ height : 128px ;
77+ transition : width 5s ;
78+ transition : height 4s ;
79+ }
80+
81+ img : active {
82+ width : 264px ;
83+ height : 228px ;
84+ }
You can’t perform that action at this time.
0 commit comments