Merge remote-tracking branch 'origin/master'
# Conflicts: # FWA_MAIN/bin/FWA_MAIN.dll # FWA_MAIN/bin/FWA_MAIN.pdb # FWA_MAIN/obj/Debug/FWA_MAIN.dll # FWA_MAIN/obj/Debug/FWA_MAIN.pdb
This commit is contained in:
commit
1af5fa7a4f
@ -4,12 +4,41 @@
|
||||
<head>
|
||||
|
||||
<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>
|
||||
<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>
|
||||
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -4,12 +4,41 @@
|
||||
<head>
|
||||
|
||||
<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>
|
||||
<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>
|
||||
|
||||
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user