PHP Classes

File: styles/reg.css

Recommend this page to a friend!
  Classes of Ann   Purp Project   styles/reg.css   Download  
File: styles/reg.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/reg.css
Date: 1 year ago
Size: 976 bytes
 

Contents

Class file image Download
.cropImg{ width: 40%; display: flex; align-items: center; justify-content: center; } #info{ padding-right: 10vw; width: 40%; } .avatar{ cursor:pointer; width: 50%; border-radius: 50%; } .avatar:hover{ width: 49%; } .photo_form{ z-index:3; visibility: hidden; display: flex; flex-direction: column; align-items: center; justify-content: center; position: absolute; margin-left: -325px; margin-top: -300px; left:50%; top:50%; height: 600px; width: 650px; border-radius: 12px; background-color: #fff; border:0.8px solid #d4d4d4; } .form-box{ height: 75%; width: 100%; display: flex; align-items: center; justify-content: center; } .image-box{ height: 70%; } .downForm{ width: 75%; height: 25%; display:flex; align-items: center; justify-content:space-between; }