Skip to content
Snippets Groups Projects
Commit 16afec40 authored by Clement Desbuisson's avatar Clement Desbuisson
Browse files

Delete index.css

parent 26f9819e
Branches
No related tags found
No related merge requests found
body {
margin: 0;
}
html {
background-color: #231543;
font-family: "Inter";
}
h1{
font-size: 50px;
margin-top: 0;
}
h2{
margin: 0;
}
.back {
z-index: -1;
background: url(https://d2pgkmld22m7v7.cloudfront.net/assets/images/header-default.png) top right no-repeat;
background-size:contain;
position: absolute;
height:70%;
width: 100%;
left: 0;
top: 0;
}
.boxNav{
display: flex;
justify-content: space-evenly;
padding: 7px;
}
a{
text-decoration: none;
font-weight: bold;
color: #3f2875;
font-size: 20px;
}
header{
font-weight: bold;
color: white;
height: fit-content;
}
.textHeader{
display: flex;
align-items: center;
justify-content: center;
height: 400px;
flex-direction: column;
}
header>div.nav-bar{
background-color: white;
width: 100%;
height: 5%;
font-family: 'Inter', sans-serif;
font-style: normal;
margin: 0;
padding: 0;
}
nav>a{
text-decoration: none;
color: #231543;
}
nav>div {
display: inline-flex;
justify-content: space-around;
margin-left: 40%;
width: 35%;
}
nav>div>a{
text-decoration: none;
color: #231543;
font-size: 30px;
}
nav>a.img {
color: white;
font-size: 80px;
}
nav>a>img {
width: 10%;
margin-left: 8%;
}
nav>div>a.login-button {
text-decoration: none;
text-shadow: none;
color: white;
background: linear-gradient(201.97deg, #9968F7 12.27%, #3936CC 83.53%);
width: 30%;
text-align: center;
border-radius: 40px;
font-style: oblique;
}
.test {
display: flex;
flex-direction: column;
align-items: flex-start;
}
.corp{
padding-bottom: 220px;
background-color: #ECEDFEFF;
}
.Container{
margin: 25px;
width: auto;
display: flex;
justify-content: center;
height: fit-content;
}
div.connection-success {
background-color: #B0F2B6;
font-family: "Inter";
color: black;
text-align: center;
}
div.connection-success>a {
text-decoration: underline;
background-color: #B0F2B6;
color: black;
}
footer {
position: sticky;
bottom: 0px;
}
.connect-panel {
background-color: white;
border-radius: 45px;
box-shadow: 0px 100px 400px rgba(0,0,0,0.04), 0px 41.7776px 33.4221px rgba(0,0,0,0.0287542);
height : 400px;
margin-top: 5px;
}
div.button {
cursor: pointer;
width: 20%;
margin-left: 40%;
background: linear-gradient(201.97deg, #9968F7 12.27%, #3936CC 83.53%);
border-radius: 45px;
margin-top: 15px;
text-align: center;
}
div>button {
cursor: pointer;
display: contents;
font-size: 45px;
font-family: "Inter";
font-style: oblique;
width: 100%;
color: white;
}
.présentation{
height: 600px;
width: 550px;
margin-right: 2rem;
margin-left: 2rem;
overflow: hidden;
border-radius: 4rem;
color: #fff;
background-position: center;
margin-bottom: 4rem;
background: url(https://d2pgkmld22m7v7.cloudfront.net/assets/images/cards__color-1.png) center center no-repeat;
background-size: cover;
font-size: 25px;
margin-top: 10px;
}
.présentation>p{
text-align: center;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment