PHP Classes

File: backend/style.css

Recommend this page to a friend!
  Classes of Rodrigo Faustino   App Livro Reconhecimento Facial   backend/style.css   Download  
File: backend/style.css
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: App Livro Reconhecimento Facial
Recognize users by their face pictures
Author: By
Last change:
Date: 15 days ago
Size: 422 bytes
 

Contents

Class file image Download
body { font-family: Arial, sans-serif; background: #f4f4f4; color: #333; line-height: 1.6; } .container { display: flex; flex-wrap: wrap; justify-content: center; padding: 20px; } .card { background: #fff; border-radius: 5px; box-shadow: 0 2px 5px rgba(0,0,0,0.2); margin: 10px; padding: 20px; width: 90%; } .card h2 { color: #333; margin-bottom: 10px; }