Added some css designs

This commit is contained in:
amazing-username
2017-07-16 13:28:43 -05:00
parent 15070abfd0
commit 146d21d149
11 changed files with 283 additions and 190 deletions
+11 -10
View File
@@ -9,29 +9,30 @@
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<link rel="stylesheet" type="text/css" href="http://108.255.70.130/css/scc.css">
</head>
<body style="background-color:#eee">
<div style="background-color:#000000;text-align:center">
<a href="/"><h1 style="height:10%;font-size:800%">Home</h1></a>
<body>
<div>
<a href="/"><h1 class="logomaxipad">Home</h1></a>
</div>
<div class="jumbotron text-center">
<h1 style="font-size:800%">Login Page</h1>
<div class="jumbotron text-center maincontentarea">
<h1 class="sectiontitle">Login Page</h1>
<br>
{{ Form::open(array('action' => 'HomeController@loginUser')) }}
<p>
{{ Form::label("usernamelabel", 'username', array('style' => 'width:50%;height:20%;font-size:500%')) }}
{{ Form::label("usernamelabel", 'username') }}
<br>
{{ Form::text("username", '', array('style' => 'width:70%;height:15%;font-size:500%')) }}
{{ Form::text("username", '') }}
</p>
<p>
{{ Form::label("passwordlabel", 'password', array('style' => 'width:50%;height:20%;font-size:500%')) }}
{{ Form::label("passwordlabel", 'password') }}
<br>
{{ Form::password("password", array('style' => 'width:70%;height:15%;font-size:500%')) }}
{{ Form::password("password") }}
</p>
<p>
<br>
{{ Form::submit("Login", array('style' => 'width:70%;height:25%;font-size:500%')) }}
{{ Form::submit("Login", array('class' => 'loginaccount')) }}
</p>
{{ Form::close() }}
<h1>{{ $message }}</h1>