Файл: resources/views/tutorial/2.blade.php
Строк: 36
<?php
@extends('layouts.main')
@section('content')
<style>
.btn-games {
background: url(/images/btn-left1.jpg) no-repeat left ,url(/images/btn-right1.jpg) no-repeat right ,url(/images/btn-center1.jpg) repeat center;
color: #ede256;
text-align: center;
padding-top: 10px;
padding-bottom: 10px;
width: 210px;
text-shadow: 0 -1px 0 #131227, 0 -1px 0 #131227, 0 1px 0 #131227, 0 1px 0 #131227, -1px 0 0 #131227, 1px 0 0 #131227, -1px 0 0 #131227, 1px 0 0 #131227, -1px -1px 0 #131227, 1px -1px 0 #131227, -1px 1px 0 #131227, 1px 1px 0 #131227, -1px -1px 0 #131227, 1px -1px 0 #131227, -1px 1px 0 #131227, 1px 1px 0 #131227;
font-size: 16px;
margin: 0;
margin-bottom: 1px;
border: 0;
}
</style>
<img class="img-responsive" src="/images/head.jpg" alt="head">
</br><div class="box">
<div class="media">
<a class="pull-left" href="mail.html">
<img class="media-object" src="/images/men.png" alt="...">
</a>
<div class="media-body">
<h4 class="media-heading">Добродеятель </h4>
Отлично, далее тебе будет необходимо представиться. В будущем у тебя будет возможность сменить свое имя через <strong>Настройки</strong>.
</div>
</div>
</br>
<center><a href="/tutorial/2/yes" class="btn btn-games">Продолжить</a>
</br></div>
<img class="img-responsive" src="/images/new-foot.png" alt="foot-i">
@endsection
?>