Lobby with Background
master
Paulo Vieira 2017-11-01 22:29:10 +00:00
parent 59c27831e3
commit 3bd9b6c632
3 changed files with 9 additions and 3 deletions

View File

@ -7,3 +7,9 @@ footer {
color: white;
}
#divLobby {
background: url("/img/background.png");
}

View File

@ -8,7 +8,7 @@
<title>MemoryGame</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css" integrity="sha384-PsH8R72JQ3SOdhVi3uxftmaW6Vc51MKb0q5P2rRUpPvrszuE4W1povHYgTpBfshb" crossorigin="anonymous">
<link href="{{ URL::asset('css/style.css') }}" rel="stylesheet">
<link rel="stylesheet" href="{{ URL::asset('css/style.css') }}">
</head>
<body>

View File

@ -3,12 +3,12 @@
<div class="row justify-content-between">
<!--Div Esquerda-->
<div class="col-lg-4" style="border:10px solid green;">
<div id="divLobby" class="col-lg-4" style="border:5px solid green;">
<h4>LOBBY</h4>
</div>
<!--Div Direita-->
<div class="col-lg-8" style="border:10px solid black;">
<div id="divTab" class="col-lg-8" style="border:0px solid black;">
<h4>TABULEIRO DE JOGO</h4>