master
*anna* 4 years ago
parent de0f6f40f9
commit 0439586e2b

@ -1,7 +1,10 @@
div.introtext { div.introtext {
background-color: red; font-size: 45px;
font-size: 35px;
} }
body {
color: blue; form {
display: inline;
}
label {
display: inline;
} }

@ -9,11 +9,11 @@
</head> </head>
<body> <body>
<div class="introtext"> <div class="introtext">
welcome to *name*, in this story you will be someone called <form><input type="text" placeholder="enter you name" id="player_name" name="player_name"></form>. welcome to *name*, in this story you will be someone called <form><input type="text" placeholder="enter you name" id="player_name" name="player_name"></form>.<br>
You will look like You will look like
<form> <form>
<input type="checkbox" id="player1" name="player1" value=""> <input type="checkbox" id="player1" name="player1" value="">
<label for="player1"><img id="player_img_1" src="imgs/dog1.gif" width="100px"></label><br> <label for="player1"><img id="player_img_1" src="imgs/dog1.gif" width="100px"></label>
or like or like
<input type="checkbox" id="player2" name="player2" value=""> <input type="checkbox" id="player2" name="player2" value="">
<label for="player2"> <img id="player_img_2" src="imgs/dog2.gif" width="100px"></label><br> <label for="player2"> <img id="player_img_2" src="imgs/dog2.gif" width="100px"></label><br>

Loading…
Cancel
Save