HTML Класс
Run
index.html
<!DOCTYPE html> <html> <head> <style> .card { background: #f8fafc; border: 1px solid #cbd5e1; padding: 10px; margin-bottom: 5px; } </style> </head> <body> <div class="card">1-р карт</div> <div class="card">2-р карт</div> </body> </html>