Skip to content
Snippets Groups Projects
Commit d13af282 authored by Rayane Belguebli's avatar Rayane Belguebli
Browse files

add css

parent 9deb6bc1
No related branches found
No related tags found
No related merge requests found
Showing
with 81 additions and 16 deletions
......@@ -10,30 +10,17 @@ body {
}
div {
.divMain {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
body {
min-height: 100vh;
max-height: 100vh;
background: rgba(14, 16, 20, 1);
background: #d6d6d6;
color: #acb2b8;
color: #777;
font-size: 14px;
font-family: 'Motiva Sans', Helvetica, Arial, sans-serif;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
h1 {
font-family: 'New Super Mario Font U', sans-serif;
color: #d61313;
color: #1341d6;
font-size: 100px;
}
h1 em {
......@@ -96,3 +83,81 @@ button:active {
}
}
*{
margin: 0;
padding: 0;
}
section{
position: relative;
width: 100%;
height: 100vh;
background: #3586ff;
overflow: hidden;
}
section .air{
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 100px;
background: url(https://1.bp.blogspot.com/-xQUc-TovqDk/XdxogmMqIRI/AAAAAAAACvI/AizpnE509UMGBcTiLJ58BC6iViPYGYQfQCLcBGAsYHQ/s1600/wave.png);
background-size: 1000px 100px
}
section .vide {
margin: 7%;
display: flex;
align-items: center;
justify-content: center;
}
section .divMain {
margin: auto;
display: flex;
align-items: center;
justify-content: center;
}
section .air.air1{
animation: wave 30s linear infinite;
z-index: 1000;
opacity: 1;
animation-delay: 0s;
bottom: 0;
}
section .air.air2{
animation: wave2 15s linear infinite;
z-index: 999;
opacity: 0.5;
animation-delay: -5s;
bottom: 10px;
}
section .air.air3{
animation: wave 30s linear infinite;
z-index: 998;
opacity: 0.2;
animation-delay: -2s;
bottom: 15px;
}
section .air.air4{
animation: wave2 5s linear infinite;
z-index: 997;
opacity: 0.7;
animation-delay: -5s;
bottom: 20px;
}
@keyframes wave{
0%{
background-position-x: 0px;
}
100%{
background-position-x: 1000px;
}
}
@keyframes wave2{
0%{
background-position-x: 0px;
}
100%{
background-position-x: -1000px;
}
}
\ No newline at end of file
client/public/images/favicon.ico

1.37 KiB

client/public/images/readme/animation-clearrect.gif

209 KiB

client/public/images/readme/animation-xy.gif

295 KiB

client/public/images/readme/animation.gif

151 KiB

client/public/images/readme/canvas-coordinates.png

160 KiB

client/public/images/readme/canvas-css.png

10.2 KiB

client/public/images/readme/canvas-diagonale.png

11.8 KiB

client/public/images/readme/drawimage.png

10.8 KiB

client/public/images/readme/fill-beginpath.png

35.9 KiB

client/public/images/readme/fill-ko.png

42.5 KiB

client/public/images/readme/header.jpg

37.1 KiB

client/public/images/readme/resize-ecrase.png

22.3 KiB

client/public/images/readme/resize-ok.png

9.62 KiB

client/public/images/readme/screen-00.png

6.75 KiB

client/public/images/readme/tableau-blanc-example.png

68.5 KiB

client/public/images/readme/tableau-blanc-monster.gif

1.62 MiB

client/public/images/readme/tableau-blanc-mousedown.gif

125 KiB

client/public/images/readme/tableau-blanc-mouvemove.gif

86.4 KiB

client/public/images/readme/tableau-blanc.gif

134 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment