-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhomepage.aspx
More file actions
22 lines (15 loc) · 1.11 KB
/
homepage.aspx
File metadata and controls
22 lines (15 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<%@ Page Title="" Language="C#" MasterPageFile="~/Site1.Master" AutoEventWireup="true" CodeBehind="homepage.aspx.cs" Inherits="RegisterLogin.homepage" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" runat="server">
<!--<img style="position: absolute; left: 0px; top: 0px; z-index: -1000; height:100%; width:100%" src="img/homepage.jpg"; />
<p >
style="margin-top: 200px; background-color:none"
</p>-->
<link href="CustomCSS/home.css" rel="stylesheet" />
<div class="container" >
<img src="img/homepage.jpg" alt="Snow" style="width:100%;height:100%;left: 0px;z-index: -1000;">
<div class="top-right" style="margin-top:3em;font-size:45px;color:black;font-family:fantasy">Never Give Up Learning</div>
<div class="bottom-right" style="margin-bottom:7em;margin-right:2em;font-size:45px;color:black;font-family:fantasy">Join Us Now</div>
</div>
</asp:Content>