This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="CashRegister.aspx.cs" Inherits="CashRegister" %> | |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
<html xmlns="http://www.w3.org/1999/xhtml"> | |
<head runat="server"> | |
<title>Creative Cash Draw Solutions - Register</title> | |
<style> | |
h1 { text-align: center; } | |
h3 { font-size: small; text-align: justify; } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body { | |
} | |
.Score { width: 100%; text-align: center; height: 25%; border-bottom: 4px dotted Black; | |
position: relative; top: 0; left: 0; padding: 10px 0 25px 0; } | |
.Card { border: 2px solid Black; border-collapse: collapse; } | |
.Card th { border: 1px solid Black; } |