Started table sketch
parent
21ee96ea89
commit
6ef734dc90
@ -0,0 +1,3 @@
|
||||
.title-banner{
|
||||
background: blue;
|
||||
}
|
||||
@ -1,8 +1,25 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/main.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="title-banner">
|
||||
CONTACT US
|
||||
<br>
|
||||
<img src="">
|
||||
</div>
|
||||
|
||||
|
||||
<!-- contacts table -->
|
||||
<table border="1">
|
||||
<tr>
|
||||
<td>one</td>
|
||||
<td>two</td>
|
||||
</tr>
|
||||
<tr></tr>
|
||||
<tr></tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue