index: mvp responsive
This commit is contained in:
parent
5832a1d178
commit
744975c369
1 changed files with 3 additions and 2 deletions
|
@ -2,6 +2,7 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<title>cfebs.com</title>
|
||||
<link rel="stylesheet" href="/style.css">
|
||||
</head>
|
||||
|
@ -11,10 +12,10 @@
|
|||
</nav>
|
||||
<section class="container">
|
||||
<div class="row">
|
||||
<div class="col-8">
|
||||
<div class="col-md-8 col-sm-12">
|
||||
<p>Welcome. Something will go here eventually.</p>
|
||||
</div>
|
||||
<div class="col-4">
|
||||
<div class="col-md-4 col-sm-12">
|
||||
<dl>
|
||||
<img style="height: 5rem" alt="A yellow monster thing and iconic avatar used by cfebs" src="/avatar.png" />
|
||||
<dt>Contact</dt>
|
||||
|
|
Loading…
Reference in a new issue