-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcssPractice.html
More file actions
63 lines (57 loc) · 2.04 KB
/
cssPractice.html
File metadata and controls
63 lines (57 loc) · 2.04 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
51
52
53
54
55
56
57
58
59
60
61
62
63
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>CSS Practice</title>
</head>
<!-- link your css here -->
<body>
<div id="home">
<h1> CSS and Webdesign</h1>
<h2> HackClub Session 2<span id="css">CSS</span></h2>
<div id="session-one" class="sessionBar">
<h3>About Us</h3>
<p class="info">
Asdhjb uqyvfsju uq ahsu addfue ah uqgfubu uyfggvhbag yvqbus
ju uq ahsu addfue. Ah uqgfubu uyfggvhbag yvqbus quqwh ajsbu
ahscuy uqtkjvis uvqygbhuiwb, qug qu vqio jb ajbqueiv bvbdas f
sfvb qb vju uq ahsu. Addfue ah uqgfubu uyfggvhbag yvqbus hbfq
<br><br>
Mauris id tellus arcu. Nunc vehicula id nulla dignissim dapibus.
Nullam ultrices, neque et faucibus viverra, ex nulla cursus.
Ahasdf, ivi qhbasd hbfquhwb asduiqd. Uas has iqhj aihen asdf, das
dbd. Thuads - ashbfqhb jhsdjhkn qhb b ahbjw klajda sa.
</p>
<div id="graph">
<!-- insert a graph or image here-->
</div>
</div>
<div id="session-two" class="sessionBar">
<h3>Sessions</h3>
<p class="info">
asdhjb uqyvfsju uq ahsu addfue ah uqgfubu uyfggvhbag yvqbus
ju uq ahsu addfue ah uqgfubu uyfggvhbag yvqbus quqwh ajsbu
ahscuy uqtkjvis uvqygbhuiwb qug qu vqio jb ajbqueiv bvbdas f
sfvb qb vju
<br><br>
uq ahsu addfue ah uqgfubu uyfggvhbag yvqbus hbfq
ju uq ahsu addfue ah uqgfubu uyfggvhbag yvqbus quqwh ajsbu
ahscuy uqtkjvis uvqygbhuiwb qug qu vqio jb ajbqueiv bvbdas f
sfvb qb vju uq ahsu addfue ah uqgfubu uyfggvhbag yvqbus hbfq
<br><br>
Ahasdf, ivi qhbasd hbfquhwb asduiqd. Uas has iqhj aihen asdf, das
dbd. Thuads - ashbfqhb jhsdjhkn qhb b ahbjw klajda sa.
</p>
<div id="img2">
<!-- insert a graph or image here-->
</div>
</div>
<div id="session-three" class="sessionBar">
<h3>Contact Us</h3>
<form>
<input type="text" id="fname" name="firstname" placeholder="Enter your email">
<textarea placeholder="Comments..."></textarea>
</form>
</div>
</body>
</html>