CSS
Lobby with Background
This commit is contained in:
parent
59c27831e3
commit
3bd9b6c632
6
laravel/public/css/style.css
vendored
6
laravel/public/css/style.css
vendored
@ -7,3 +7,9 @@ footer {
|
||||
color: white;
|
||||
|
||||
}
|
||||
|
||||
#divLobby {
|
||||
|
||||
background: url("/img/background.png");
|
||||
|
||||
}
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user