-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstylesheet.css
More file actions
50 lines (41 loc) · 1.07 KB
/
Copy pathstylesheet.css
File metadata and controls
50 lines (41 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
#div1{
background-color:deeppink;
width:75%;
height: 25px;
margin-top: 20px;
margin-bottom: 20px;
}
#div2{
background-color:blue;
width:75%;
height: 25px;
margin: 0 auto;
}
/*<p>
<label for="text_input">text_input:</label>
<br />
<textarea rows="4" cols="40" id="comments"></textarea>
</p>
*/
/*<label>
Email:
<input type="email" name="email" size="30" maxlength="100">
</label>
<br />
*/
/*
<p>
<label for="hear-about">How did you hear about us?</label>
<select name="candy" id="hear-about">
<option value="google">Google</option>
<option value="friend">Friend</option>
<option value="advert">Advert</option>
<option value="other">Other</option>
</select>
</p>
*/
/*
<label>
<input type="checkbox" name="subscribe" checked="checked" />Sign me up for email updates
</label>
*/