File tree Expand file tree Collapse file tree 2 files changed +38
-0
lines changed Expand file tree Collapse file tree 2 files changed +38
-0
lines changed Original file line number Diff line number Diff line change 47
47
color : # 9c2214 ;
48
48
text-decoration : underline;
49
49
}
50
+ hr {
51
+ border-color : red;
52
+ border-width : 1px ;
53
+ }
50
54
55
+ .menu-entry {
56
+ background-color : # E3DCCD ;
57
+ font-size : 16px ;
58
+ font-weight : bold;
59
+ color : # 000000 ;
60
+ height : 25px ;
61
+ vertical-align : top;
62
+ border-radius : 6px ;
63
+ border-width : 2px ;
64
+ }
51
65
</ style >
52
66
</ head >
53
67
< body >
68
+ < table style ="width: 30%; padding:5; border-width: 2px; ">
69
+ < tr >
70
+ < td width =10 rowspan ="2 "> </ td >
71
+ < td rowspan ="2 ">
72
+ < a href ="https://www.sparkfun.com " target ="_blank "> < img src ="resource/sparkfun-logo.png "> </ a >
73
+ </ td >
74
+ < td > </ td > < td > </ td > < td > </ td > < td > </ td >
75
+ </ tr >
76
+ < tr >
77
+ < td align ="center " class ="menu-entry ">
78
+ < a href ="https://www.sparkfun.com/categories " target ="_blank "> SHOP</ a >
79
+ </ td >
80
+ < td align ="center " class ="menu-entry ">
81
+ < a href ="https://learn.sparkfun.com/ " target ="_blank "> LEARN</ a >
82
+ </ td >
83
+ < td align ="center " class ="menu-entry ">
84
+ < a href ="https://www.sparkfun.com/news " target ="_blank "> BLOG</ a >
85
+ </ td >
86
+ < td align ="center " class ="menu-entry ">
87
+ < a href ="https://www.sparkfun.com/services " target ="_blank "> SERVICES</ a >
88
+ </ td >
89
+ </ tr >
90
+ </ table >
91
+ < hr >
54
92
< img src ="resource/studio-red-box-wall.jpg " width ="100% ">
55
93
56
94
< h1 > SparkFun's Latest Product Documentation</ h1 >
You can’t perform that action at this time.
0 commit comments