PHP Classes

File: style.css

Recommend this page to a friend!
  Classes of Johnson Omotosho   PHP Generate Link Previewer   style.css   Download  
File: style.css
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Generate Link Previewer
Get preview images and descriptions from a page
Author: By
Last change:
Date: 2 years ago
Size: 583 bytes
 

Contents

Class file image Download
* { box-sizing: border-box; font-family: poppins; } #post { max-width: 500px; margin: 30px auto; } #post textarea { display: block; width: 100%; height: 60px; } .has-link-preview { display: flex; margin-top: 10px; align-items: center; background-color: #f1f4f2; padding: 12px; border-radius: 4px; display: none; } .has-link-preview div:nth-child(2) { flex: 1; margin-left: 20px; font-size: small; } .has-link-preview img { width: 100px; } .has-link-preview p { margin-bottom: 0; margin-top: 3px; }