Advay-Singh commited on
Commit
e3e64e7
·
verified ·
1 Parent(s): cab0d9b

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +7 -2
templates/index.html CHANGED
@@ -17,7 +17,6 @@
17
  color: white;
18
  margin: 0;
19
  padding: 20px;
20
- background: url("{{ url_for('static', filename='images/black_bg.jpeg') }}");
21
  background-size: cover;
22
  background-repeat: no-repeat;
23
  background-size: cover;
@@ -111,7 +110,6 @@
111
  border: 1px solid #ccc;
112
  margin-right: 10px;
113
  }
114
- .ai,
115
  .user {
116
  background-color: transparent;
117
  backdrop-filter: blur(5px);
@@ -125,6 +123,13 @@
125
  width: 80%;
126
  color: rgb(227, 227, 227)
127
  }
 
 
 
 
 
 
 
128
  .text1 {
129
  display: flex;
130
  justify-content: right;
 
17
  color: white;
18
  margin: 0;
19
  padding: 20px;
 
20
  background-size: cover;
21
  background-repeat: no-repeat;
22
  background-size: cover;
 
110
  border: 1px solid #ccc;
111
  margin-right: 10px;
112
  }
 
113
  .user {
114
  background-color: transparent;
115
  backdrop-filter: blur(5px);
 
123
  width: 80%;
124
  color: rgb(227, 227, 227)
125
  }
126
+ .ai{
127
+ padding: 10px;
128
+ text-align: center;
129
+ justify-content: right;
130
+ width: 80%;
131
+ color: rgb(227, 227, 227)
132
+ }
133
  .text1 {
134
  display: flex;
135
  justify-content: right;