Omnibus commited on
Commit
f3c9384
·
verified ·
1 Parent(s): d4f57f1

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +14 -2
index.html CHANGED
@@ -6,6 +6,20 @@
6
  <title>Simple Blog Website</title>
7
 
8
  <style>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  .bpost{
10
  margin:10px 10px 10px 10px!important;
11
  padding:10px;
@@ -56,11 +70,9 @@
56
  </head>
57
  <body>
58
  <header>
59
- <h1>$title</h1>
60
  </header>
61
  <main>
62
  <section class="posts">
63
-
64
  <article class="post">
65
  <div>$body</div>
66
 
 
6
  <title>Simple Blog Website</title>
7
 
8
  <style>
9
+
10
+ .bhead{
11
+ margin:10px 10px 10px 10px!important;
12
+ padding:10px;
13
+ border-color: white;
14
+ border-width: medium;
15
+ border-radius: 10px;
16
+ background:cornflowerblue;
17
+ display: flex;
18
+ flex-wrap: wrap;
19
+ flex-direction: column;
20
+ text-wrap: pretty;
21
+ width: fit-content;
22
+ }
23
  .bpost{
24
  margin:10px 10px 10px 10px!important;
25
  padding:10px;
 
70
  </head>
71
  <body>
72
  <header>
 
73
  </header>
74
  <main>
75
  <section class="posts">
 
76
  <article class="post">
77
  <div>$body</div>
78