mirror of
https://github.com/wassname/cardsforscience.git
synced 2026-06-27 19:46:48 +08:00
10 lines
108 B
CSS
10 lines
108 B
CSS
body {
|
|
padding-top: 100px;
|
|
}
|
|
|
|
#Detector img {
|
|
border-radius: 10px;
|
|
cursor: pointer;
|
|
width: 200px;
|
|
}
|