mirror of
https://github.com/davrot/pytutorial.git
synced 2025-04-18 21:26:41 +02:00
Update default.html
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
parent
1f1ba41a72
commit
437944bc86
1 changed files with 4 additions and 3 deletions
|
@ -180,11 +180,12 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-optional {
|
.topic-optional {
|
||||||
background-color: #f9f9f9;
|
background-color: white;
|
||||||
border: 1px solid #ccc;
|
border: 4px solid red;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
color: red;
|
||||||
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue