diff --git a/css/main.css b/css/main.css index baa6d15..493a187 100644 --- a/css/main.css +++ b/css/main.css @@ -1,6 +1,6 @@ @font-face { font-family: JetBrains_Mono; - src: url(../Fonts/JetBrainsMono-Regular.woff2) format('woff2'); + src: url(../content/fonts/JetBrainsMono-Regular.woff2) format('woff2'); } h1{ @@ -14,7 +14,7 @@ body{ } hr { width: 100%; - background: linear-gradient(to right, #25aae1, #16b468); + background: linear-gradient(to right, #59C173, #5D26C1); border-width: 1em; padding: 0.05em; } @@ -22,7 +22,10 @@ footer{ align-items: center; text-align: center; } - +.NewContainer{ + width: 95%; + margin: auto; +} .dessous_titre{ width: 30%; margin: auto; @@ -47,13 +50,13 @@ footer{ } .GradientBorder{ border: 5px solid; - border-image: linear-gradient(to bottom, #25aae1, #16b468) 1 100%; + border-image: linear-gradient(to bottom, #59C173, #5D26C1) 1 100%; border-style: solid; border-width: 3px; padding: 1rem; } .GradientText{ - background-image: linear-gradient(to left, #25aae1, #16b468, #25aae1); + background-image: linear-gradient(to left, #59C173, #5D26C1, #59C173); background-clip: text; -webkit-background-clip: text; color: transparent; @@ -109,5 +112,5 @@ footer{ outline: none; } .btn-hover.color-1 { - background-image: linear-gradient(to right, #25aae1, #40e495, #30dd8a, #16b468); + background-image: linear-gradient(to right, #59C173, #5992c1, #3026c1, #5D26C1); } diff --git a/index.html b/index.html index e384f98..fbd0ee4 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,7 @@
-