PHP Classes

File: style.css

Recommend this page to a friend!
  Classes of Rodrigo Faustino   Back FaceX   style.css   Download  
File: style.css
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Back FaceX
Recognize students using their face pictures
Author: By
Last change: Update of style.css
Date: 5 months 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; }