Файл: resources/views/tutorial/11.blade.php
Строк: 42
<?php
@extends('layouts.main')
@section('content')
<style>
.btn-games2 {
background: url(/images/btn-left2.jpg) no-repeat left ,url(/images/btn-right2.jpg) no-repeat right ,url(/images/btn-center2.jpg) repeat center;
color: #ede256;
text-align: center;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 55px;
padding-right: 55px;
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: 14px;
margin: 0;
margin-bottom: 0px;
border: 0;
}
</style>
<div class="box">
<div class="media">
<a class="pull-left">
<img class="media-object" src="/images/men.png" alt="...">
</a>
<div class="media-body">
<h4 class="media-heading">Добродеятель </h4>
Следующим, <strong>последним шагом</strong>, тебе будет необходимо <strong>выбрать карту</strong>, которой ты будешь <strong>атаковать своего противника</strong>. На начальной стадии у тебя будет возможность выбрать только одну карту для битвы.
</div>
</div>
</br>
<a href="/tutorial/11/yes" class="btn btn-games2 btn-block">Выбрать</a>
</center>
</div>
<img class="img-responsive" src="/images/new-foot.png" alt="foot-i">
@endsection
?>