Matan merge

This commit is contained in:
Matan Rak
2017-05-17 09:26:46 +03:00
commit ab74dd39c5
31 changed files with 5359 additions and 0 deletions

48
app/assets/css/nav.css Executable file
View File

@@ -0,0 +1,48 @@
ul {
list-style-type: none;
margin: 0;
padding: 0;
}
li {
float: left;
display: block;
padding: 12px;
padding-top: 5px;
text-align: center;
}
li:hover {
background-color: #a02d2a;
}
a{
font-size: 20px;
font-family: 'ringbearer';
}
.player_icon{
margin-top: 120px;
margin-left: -15px;
width: 100%;
}
.input_text{
font-size: 20px;
font-family: 'bitter', italic;
color: black;
text-align: center;
padding-top: 40px;
}
.input{
width: 100%;
margin: 0 auto;
border: none;
border-bottom: 3px solid #bdc3c7;
outline: none;
font-size: 20px;
}