You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
552 B

<%@ Page Title="" Language="C#" MasterPageFile="~/ShopSite.Master" AutoEventWireup="true" CodeBehind="Register.aspx.cs" Inherits="ShoppingWebSite.Register" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
<link rel="stylesheet" href="css/ShopSite.css" />
<style>
#Content{
width:500px;
margin:0px auto;
padding-bottom:30px;
}
#Content div{
margin-top:30px;
}
.txtUserName,.txtPwd{
width:200px;
height:25px;