made some small changes to the welcome page
This commit is contained in:
parent
a5c4b903e3
commit
6fe3add26a
@ -4,12 +4,41 @@
|
|||||||
<head>
|
<head>
|
||||||
|
|
||||||
<link href="main.css" rel="stylesheet" type="text/css" />
|
<link href="main.css" rel="stylesheet" type="text/css" />
|
||||||
|
<style>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
.parent {
|
||||||
|
position: relative;
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.child {
|
||||||
|
position: absolute;
|
||||||
|
top: 50%;
|
||||||
|
left: 50%;
|
||||||
|
transform: translate(-50%, -50%);
|
||||||
|
}
|
||||||
|
h1{
|
||||||
|
|
||||||
|
text-align: center;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body runat="server">
|
<body runat="server">
|
||||||
<div class="standardcontentpage">
|
<div class="parent">
|
||||||
|
|
||||||
<h1>Hello</h1>
|
<div class="child">
|
||||||
|
|
||||||
|
<h1>Welcome to Louis' Pharmacy!</h1>
|
||||||
|
<br/><br/>
|
||||||
|
<h1>Use the pane on the left to navigate</h1>
|
||||||
|
<h1>Make a selection and right click for more options</h1>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
</div></body>
|
</div></body>
|
||||||
|
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -4,12 +4,41 @@
|
|||||||
<head>
|
<head>
|
||||||
|
|
||||||
<link href="main.css" rel="stylesheet" type="text/css" />
|
<link href="main.css" rel="stylesheet" type="text/css" />
|
||||||
|
<style>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
.parent {
|
||||||
|
position: relative;
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.child {
|
||||||
|
position: absolute;
|
||||||
|
top: 50%;
|
||||||
|
left: 50%;
|
||||||
|
transform: translate(-50%, -50%);
|
||||||
|
}
|
||||||
|
h1{
|
||||||
|
|
||||||
|
text-align: center;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body runat="server">
|
<body runat="server">
|
||||||
<div class="standardcontentpage">
|
<div class="parent">
|
||||||
|
|
||||||
<h1>Hello</h1>
|
<div class="child">
|
||||||
|
|
||||||
|
<h1>Welcome to Louis' Pharmacy!</h1>
|
||||||
|
<br/><br/>
|
||||||
|
<h1>Use the pane on the left to navigate</h1>
|
||||||
|
<h1>Make a selection and right click for more options</h1>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
</div></body>
|
</div></body>
|
||||||
|
|
||||||
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user