diff --git a/css/index.css b/css/index.css index e69de29..a84a243 100644 --- a/css/index.css +++ b/css/index.css @@ -0,0 +1,9 @@ +body +{ + font-style: normal; + font-family: 'Montserrat', sans-serif; + width: 100%; + height: 100%; + margin: 0; + padding: 0; +} \ No newline at end of file diff --git a/css/menu.css b/css/menu.css index e69de29..7cd4bc5 100644 --- a/css/menu.css +++ b/css/menu.css @@ -0,0 +1,76 @@ +#lineMenu +{ + list-style-type: none; + overflow: hidden; + background-color: #0064b5; + height: 49px; + margin: 0px; + padding: 0px; +} + +.colonneMenu +{ + float: left; + font-size: 17px; + padding: 14px 20px; + background-color: transparent; + color: white; + transition: background-color 0.2s, padding 0.2s, font-size 0.2s,transform 0.2s; + cursor: pointer; +} + +.animationButtonMenu:hover +{ + background-color: #0073be; + font-size: 19px; + padding: 13px 17px; +} + +a +{ + color: white; + text-decoration: none; +} + + +#lineSign +{ + list-style-type: none; + overflow: hidden; + background-color: #0073be; + height: 35px; + margin: 0px; + padding: 0px; +} + +.colonneSign +{ + float: right; + font-size: 15px; + padding: 10px 8px; + background-color: transparent; + color: white; + transition: font-size 0.2s,transform 0.2s; + cursor: pointer; +} + +.underLineHover:after +{ + display: block; + width: 0; + height: 2px; + background-color: white; + bottom: -10px; + content: ""; + transition: width 0.2s; +} + +.underLineHover:hover +{ + +} + +.underLineHover:hover:after +{ + width: 100%; +} diff --git a/index.html b/index.html index e69de29..3a1d7a4 100644 --- a/index.html +++ b/index.html @@ -0,0 +1,39 @@ + + + +
+ + + + + + + +