=setup
This commit is contained in:
parent
9b805e7b77
commit
f979da1096
1 changed files with 33 additions and 27 deletions
|
@ -2,6 +2,7 @@
|
|||
import Logo from "$lib/img/topscorer_logo_web.png"
|
||||
</script>
|
||||
|
||||
<div class="container">
|
||||
<div class="header">
|
||||
<img class="img" src={Logo} alt="logo">
|
||||
<span class="title">title</span>
|
||||
|
@ -27,12 +28,17 @@
|
|||
</form>
|
||||
<button>+</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<style>
|
||||
.container {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.header {
|
||||
background-color: black;
|
||||
color: aliceblue;
|
||||
display: inline-flex
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.header .img {
|
||||
|
@ -48,7 +54,7 @@
|
|||
margin-bottom: 2px;
|
||||
background-color: #111;
|
||||
color: lightcyan;
|
||||
display: flex;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.surfer {
|
||||
|
@ -56,7 +62,7 @@
|
|||
margin-bottom: 2px;
|
||||
background-color: #111;
|
||||
color: lightcyan;
|
||||
display: flex;
|
||||
display: inline-flex;
|
||||
}
|
||||
|
||||
</style>
|
Loading…
Add table
Reference in a new issue