Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

resolved signin and login form #16

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 10 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,9 @@
.ie7 .art-post .art-layout-cell {border:none !important; padding:0 !important; }
.ie6 .art-post .art-layout-cell {border:none !important; padding:0 !important; }




</style>
</head>
<body>
Expand Down Expand Up @@ -275,12 +278,15 @@ <h2 class="art-slogan">PHP, JAVASCRIPT, BOOTSTRAP, HTML5, CSS3 </h2>
<label class="art-checkbox">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp;
</label>
<button class="art-button" name="login_button" id="login_button" >&nbsp;
<center>
<button class="art-button btn-medium" name="login_button" id="login_button">&nbsp;
<span class="glyphicon glyphicon-log-in"> </span> &nbsp; Sign In </button>

<button class="art-button" name="login_button" id="btn" >&nbsp;
<span class="glyphicon glyphicon-user"> </span> &nbsp; Register </button>

<button class="art-button btn-medium " name="login_button" id="btn" >&nbsp;
<span class="glyphicon glyphicon-user"> </span> &nbsp; Register </button>

</center>

</p>
</form>

Expand Down