PHP Classes

File: public/css/global.css

Recommend this page to a friend!
  Classes of Stefan Ninic   Online PHP Currency Converter   public/css/global.css   Download  
File: public/css/global.css
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Online PHP Currency Converter
Allow users convert currency values online
Author: By
Last change:
Date: 4 years ago
Size: 642 bytes
 

Contents

Class file image Download
#convert_value, #currency_in, #currency_out { display: inline-block; width: auto; margin: 15px; } #convert_value { margin: 0; width: 100px; } #switch_currency { cursor: pointer; } .history-row { display: block; border-top-color: #bdbdbd; border-top-style: solid; border-top-width: 1px; font-size: 2em; color: #424242; } .wrapper { position: absolute; width: 100%; top: 45%; } #convert_form dd, #convert_form dt { display: inline-block; } @media all and (max-width: 500px) { #convert_value { width: 40px; } .history-row { font-size: 2em; } }