mirror of
https://github.com/caddyserver/website.git
synced 2025-04-25 22:46:16 -04:00
Start features page WIP
This commit is contained in:
parent
8734b03923
commit
c91e10bab2
6 changed files with 108 additions and 11 deletions
4
new/resources/css/features.css
Normal file
4
new/resources/css/features.css
Normal file
|
@ -0,0 +1,4 @@
|
|||
.hero-content {
|
||||
margin-bottom: 0;
|
||||
padding-bottom: 50px;
|
||||
}
|
|
@ -20,6 +20,10 @@ h1 {
|
|||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
h1 .color-dodge {
|
||||
mix-blend-mode: color-dodge;
|
||||
}
|
||||
|
||||
h1 .the {
|
||||
font-size: 75px;
|
||||
line-height: 1;
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
body {
|
||||
background-color: #123245;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
h1,
|
||||
|
@ -16,10 +17,11 @@ h1 {
|
|||
color: #65D1C6;
|
||||
line-height: .9;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
h1 .color-dodge {
|
||||
mix-blend-mode: color-dodge;
|
||||
background: linear-gradient(to right, #47E27C 25%, #4ED3FB 75%);
|
||||
-webkit-background-clip: text;
|
||||
background-clip: text;
|
||||
-webkit-text-fill-color: transparent;
|
||||
}
|
||||
|
||||
h1 .subheading {
|
||||
|
|
|
@ -1,11 +1,3 @@
|
|||
h1 {
|
||||
color: #4ED3FB;
|
||||
background: linear-gradient(to right, #47E27C 25%, #4ED3FB 75%);
|
||||
-webkit-background-clip: text;
|
||||
background-clip: text;
|
||||
-webkit-text-fill-color: transparent;
|
||||
}
|
||||
|
||||
p.footnote {
|
||||
margin-top: 2em;
|
||||
font-size: 12px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue