Wip
This commit is contained in:
parent
c88c394752
commit
b17873e292
File diff suppressed because one or more lines are too long
26
index.html
26
index.html
@ -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>
|
Loading…
Reference in New Issue
Block a user