This commit is contained in:
mmacneil 2019-08-16 16:11:22 -03:00
parent c88c394752
commit b17873e292
2 changed files with 26 additions and 10 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,11 +1,26 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>My custom Bulma website</title>
<link rel="stylesheet" href="css/main.bundle.css">
</head>
<body>
<h1 class="title">
<head>
<title>My custom Bulma website</title>
<link rel="stylesheet" href="css/main.bundle.css">
</head>
<body>
<section class="hero is-primary">
<div class="hero-body">
<div class="container">
<h1 class="title">
Mark Macneil
</h1>
<h2 class="subtitle">
Primary subtitle
</h2>
</div>
</div>
</section>
<!-- <h1 class="title">
Bulma
</h1>
@ -32,6 +47,7 @@
<div class="buttons">
<a class="button is-primary">Primary</a>
<a class="button is-link">Link</a>
</div>
</body>
</div> -->
</body>
</html>