PHP Classes

File: styles/tags.css

Recommend this page to a friend!
  Classes of Ann   Purp Project   styles/tags.css   Download  
File: styles/tags.css
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Purp Project
Application to manage photo albums
Author: By
Last change: Update of styles/tags.css
Date: 1 year ago
Size: 583 bytes
 

Contents

Class file image Download
.container{ width: 60%; margin: 10px 0; } .tag-container{ border: 2px solid #ccc; padding: 10px; border-radius: 5px; display: flex; flex-wrap: wrap; } .tag-container .tag { padding: 5px; border: 1px solid #ccc; margin: 5px; display: flex; align-items: center; border-radius: 3px; background: #f2f2f2; cursor: default; } .tag i { font-size: 16px; margin-left: 5px; } .tag-container input { flex: 1; font-size: 16px; padding: 5px; outline: none; border: 0; }