User:VTCobaltblood/Test.css: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
| Line 1: | Line 1: | ||
@keyframes a { | @keyframes a { | ||
to: { transform: scale(300, 300); } | to: { transform: scale(300, 300); } | ||
} | |||
.tup { | .tup { | ||
| Line 13: | Line 14: | ||
} | } | ||
. | .card { | ||
max-width: 350px; | |||
height: 600px; | |||
border-style: solid; | |||
border-width: 2px; | |||
} | } | ||