Create style.css
Browse files
style.css
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
.resp{
|
2 |
+
display: flex;
|
3 |
+
flex-wrap: wrap;
|
4 |
+
flex-direction: column;
|
5 |
+
text-wrap: pretty;
|
6 |
+
width: fit-content;
|
7 |
+
}
|
8 |
+
.div_box{
|
9 |
+
border-color: white;
|
10 |
+
border-width: medium;
|
11 |
+
display: flex;
|
12 |
+
flex-wrap: wrap;
|
13 |
+
flex-direction: column;
|
14 |
+
/* contain: content; */
|
15 |
+
overflow-wrap: anywhere;
|
16 |
+
}
|