Update index.html
Browse files- index.html +13 -0
index.html
CHANGED
|
@@ -6,6 +6,19 @@
|
|
| 6 |
<title>Simple Blog Website</title>
|
| 7 |
|
| 8 |
<style>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
.resp1{
|
| 10 |
margin:10px 10px 10px 20px!important;
|
| 11 |
padding:10px;
|
|
|
|
| 6 |
<title>Simple Blog Website</title>
|
| 7 |
|
| 8 |
<style>
|
| 9 |
+
.bpost{
|
| 10 |
+
margin:10px 10px 10px 10px!important;
|
| 11 |
+
padding:10px;
|
| 12 |
+
border-color: white;
|
| 13 |
+
border-width: medium;
|
| 14 |
+
border-radius: 10px;
|
| 15 |
+
background:cornflowerblue;
|
| 16 |
+
display: flex;
|
| 17 |
+
flex-wrap: wrap;
|
| 18 |
+
flex-direction: column;
|
| 19 |
+
text-wrap: pretty;
|
| 20 |
+
width: fit-content;
|
| 21 |
+
}
|
| 22 |
.resp1{
|
| 23 |
margin:10px 10px 10px 20px!important;
|
| 24 |
padding:10px;
|