styling changes
This commit is contained in:
parent
958bf6fc57
commit
0eaf78786a
|
|
@ -59,9 +59,10 @@
|
|||
|
||||
.box {
|
||||
background: white;
|
||||
border: 3px solid black;
|
||||
padding: 12px;
|
||||
margin: 12px 0;
|
||||
box-shadow: 0rem 0rem 10rem 1rem rgba(255,0,255,1);
|
||||
padding:0.25rem;
|
||||
border-radius: 2.5rem;
|
||||
margin: 1rem;
|
||||
}
|
||||
|
||||
.highlight {
|
||||
|
|
@ -99,7 +100,7 @@
|
|||
white-space: pre;
|
||||
display: inline-block;
|
||||
background: white;
|
||||
border: 10px dotted red;
|
||||
border: 5px dotted blue;
|
||||
border-radius: 50%;
|
||||
padding: 10px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue