You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-06-16 14:17:34 +02:00
improve CSS
This commit is contained in:
@ -60,7 +60,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
input, select {
|
input, select {
|
||||||
float: right;
|
|
||||||
width: 150px;
|
width: 150px;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
background-color: #31363f;
|
background-color: #31363f;
|
||||||
@ -75,6 +74,13 @@
|
|||||||
padding: 10px;
|
padding: 10px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
img {
|
||||||
|
width: 300px;
|
||||||
|
height: 300px;
|
||||||
|
object-fit: contain;
|
||||||
}
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
Reference in New Issue
Block a user