File tree 1 file changed +65
-0
lines changed
1 file changed +65
-0
lines changed Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ < html >
3
+ < head >
4
+ < style >
5
+ body {
6
+ background-color : # b0c4de ;
7
+ }
8
+
9
+ .info {
10
+ background-color : blue;
11
+
12
+ padding : 20px ;
13
+
14
+ float : left;
15
+
16
+ margin : 10px ;
17
+
18
+
19
+ width : 300px ;
20
+ }
21
+
22
+
23
+ <table style= "width:100%" >
24
+ <tr>
25
+ <td> Jill </ td>
26
+ <td> Smith </ td>
27
+ <td> 60</ td>
28
+ </ tr>
29
+ <p> <strong> This text is strong </ strong> </ p>
30
+ .info-example {
31
+ background-color : blue;
32
+ }
33
+
34
+ </ style >
35
+ </ head >
36
+ < body >
37
+ < syle
38
+ div {
39
+ width: 300px;
40
+ padding: 25px;
41
+ border: 25px solid navy;
42
+ margin: 25px;
43
+ }
44
+ </ sytle >
45
+
46
+ < div class ="info ">
47
+ < h1 > On your mind</ h1 >
48
+ In thi space you can post everything from critising my webpage to compliment it.< a href ="test.html "> link</ a >
49
+
50
+ </ div >
51
+
52
+
53
+
54
+ < h2 > WHAT'S HAPPENIN</ h3 >
55
+
56
+
57
+
58
+
59
+
60
+
61
+
62
+
63
+ </ body >
64
+ </ html >
65
+
You can’t perform that action at this time.
0 commit comments