Spaces:
Running
Running
Update style.css (#1)
Browse files- Update style.css (26848c9b7b94a7a0783b9fda3a70386dac7261dd)
Co-authored-by: Pablo Romero Agudo <[email protected]>
style.css
CHANGED
|
@@ -41,6 +41,14 @@ table {
|
|
| 41 |
width: 500px;
|
| 42 |
}
|
| 43 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 44 |
#topBtn {
|
| 45 |
display: none;
|
| 46 |
position: fixed;
|
|
|
|
| 41 |
width: 500px;
|
| 42 |
}
|
| 43 |
|
| 44 |
+
.warning {
|
| 45 |
+
display: inline-block;
|
| 46 |
+
background-color: beige;
|
| 47 |
+
border-radius: 20px;
|
| 48 |
+
text-wrap: pretty;
|
| 49 |
+
padding: 20px;
|
| 50 |
+
}
|
| 51 |
+
|
| 52 |
#topBtn {
|
| 53 |
display: none;
|
| 54 |
position: fixed;
|