Update index.html
Browse files- index.html +15 -1
index.html
CHANGED
|
@@ -6,7 +6,8 @@
|
|
| 6 |
<title>Simple Blog Website</title>
|
| 7 |
|
| 8 |
<style>
|
| 9 |
-
.
|
|
|
|
| 10 |
margin:10px;
|
| 11 |
padding:10px;
|
| 12 |
border-color: white;
|
|
@@ -17,6 +18,19 @@
|
|
| 17 |
text-wrap: pretty;
|
| 18 |
width: fit-content;
|
| 19 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
.div_box{
|
| 21 |
|
| 22 |
display: flex;
|
|
|
|
| 6 |
<title>Simple Blog Website</title>
|
| 7 |
|
| 8 |
<style>
|
| 9 |
+
.resp1{
|
| 10 |
+
margin-left:15px;
|
| 11 |
margin:10px;
|
| 12 |
padding:10px;
|
| 13 |
border-color: white;
|
|
|
|
| 18 |
text-wrap: pretty;
|
| 19 |
width: fit-content;
|
| 20 |
}
|
| 21 |
+
.resp2{
|
| 22 |
+
margin-left:20px;
|
| 23 |
+
margin:10px;
|
| 24 |
+
padding:10px;
|
| 25 |
+
border-color: white;
|
| 26 |
+
border-width: medium;
|
| 27 |
+
display: flex;
|
| 28 |
+
flex-wrap: wrap;
|
| 29 |
+
flex-direction: column;
|
| 30 |
+
text-wrap: pretty;
|
| 31 |
+
width: fit-content;
|
| 32 |
+
}
|
| 33 |
+
|
| 34 |
.div_box{
|
| 35 |
|
| 36 |
display: flex;
|