Skip to content

Commit

Permalink
Commit avant pause dej xd
Browse files Browse the repository at this point in the history
  • Loading branch information
Egglestron committed May 3, 2018
1 parent 3ab6c73 commit 5fd9782
Show file tree
Hide file tree
Showing 9 changed files with 257 additions and 280 deletions.
Binary file modified Design/Mockup.xd
Binary file not shown.
70 changes: 70 additions & 0 deletions common.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
html,
body {
height: 100%;
padding-top: 40px;
}

body {
background-color: #4067FF;
font-family: 'Muli', sans-serif;
}

nav{
background-color: rgb(49, 78, 196);
box-shadow: 0px 5px 15px rgba(38, 62, 153, 0.35);
}

input[type="file"] {
width: 0.1px;
height: 0.1px;
opacity: 0;
overflow: hidden;
position: absolute;
z-index: -1;
}

.container{
margin-top:56px
}

.btn{
background-color: #263E99;
border-top-left-radius:15px;
border-top-right-radius:15px;
border-bottom-left-radius:15px;
border-bottom-right-radius:15px;
box-shadow: 0px 5px 15px rgba(38, 62, 153, 0.35);
}

.btn-primary {
border-style: none;
font-weight: 800;
}

.btn-default{
border-style: none;
color: #263E99;
background-color: #fff;
font-weight: 600;
}

.form-control {
position: relative;
box-sizing: border-box;
height: auto;
padding: 6px;
font-size: 16px;
border-style: none;
border-radius: 15px;
}

.jumbotron{
background-color: white;
border-radius: 30px;
box-shadow: 0px 5px 15px rgba(38, 62, 153, 0.35);
}

.multitext{
border-radius: 15px;
box-shadow: 0px 5px 15px rgba(38, 62, 153, 0.35);
}
15 changes: 1 addition & 14 deletions navbar-top-fixed.css → index.css
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
/* Show it is fixed to the top */
body {
min-height: 75rem;
padding-top: 70px;
background-image: linear-gradient(#4d94ff,#000099);
}

img {
height: auto;
max-width: 100%;
border-radius: 15px;
}

.topnav img {
Expand Down Expand Up @@ -64,17 +58,10 @@ img {
margin-right: auto;
margin-left: auto;
border-radius: 15px;
-ms-flex-alin: center
}

.navbar{
background: rgba(0,0,0,0.25);
-webkit-backdrop-filter: blur(10px);
}


.ident {
font-family: 'Raleway', sans-serif;
text-align: center;
margin-top: 5px;
font-size: 15px;
Expand Down
Loading

0 comments on commit 5fd9782

Please sign in to comment.