Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8d21473

Browse files
committed
add simple header/menu - start
1 parent4cd99b9 commit8d21473

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed

‎index.html‎

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,48 @@
4747
color:#9c2214;
4848
text-decoration: underline;
4949
}
50+
hr {
51+
border-color: red;
52+
border-width:1px;
53+
}
5054

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+
}
5165
</style>
5266
</head>
5367
<body>
68+
<tablestyle="width: 30%; padding:5; border-width: 2px;">
69+
<tr>
70+
<tdwidth=10rowspan="2">&nbsp;</td>
71+
<tdrowspan="2">
72+
<ahref="https://www.sparkfun.com"target="_blank"><imgsrc="resource/sparkfun-logo.png"></a>
73+
</td>
74+
<td></td><td></td><td></td><td></td>
75+
</tr>
76+
<tr>
77+
<tdalign="center"class="menu-entry">
78+
<ahref="https://www.sparkfun.com/categories"target="_blank">SHOP</a>
79+
</td>
80+
<tdalign="center"class="menu-entry">
81+
<ahref="https://learn.sparkfun.com/"target="_blank">LEARN</a>
82+
</td>
83+
<tdalign="center"class="menu-entry">
84+
<ahref="https://www.sparkfun.com/news"target="_blank">BLOG</a>
85+
</td>
86+
<tdalign="center"class="menu-entry">
87+
<ahref="https://www.sparkfun.com/services"target="_blank">SERVICES</a>
88+
</td>
89+
</tr>
90+
</table>
91+
<hr>
5492
<imgsrc="resource/studio-red-box-wall.jpg"width="100%">
5593

5694
<h1>SparkFun's Latest Product Documentation</h1>

‎resource/sparkfun-logo.png‎

1.64 KB
Loading

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp