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