Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d222781

Browse files
update styles
1 parent 0a43959 commit d222781

File tree

3 files changed

+25
-3
lines changed

3 files changed

+25
-3
lines changed

‎src/App.css

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,20 @@
66
align-items: center;
77
justify-content: center;
88
margin-top: 20px;
9+
z-index: 2;
910
}
1011
.netlify-logo {
1112
height: 60px;
1213
}
1314
.express-logo {
14-
height: 50px;
15+
height: 47px;
1516
margin-top: 15px;
1617
}
1718
.and {
18-
font-size: 55px;
19+
font-size: 40px;
1920
margin: 0 15px;
2021
margin-left: 14px;
22+
color: #323233;
2123
}
2224

2325
.App-header {
@@ -31,12 +33,26 @@
3133
background: linear-gradient(230deg,#a24bcf,#4b79cf,#4bc5cf);
3234
background-size:300% 300%;
3335
animation: MoveBG 30s ease infinite;
36+
position: relative;
37+
}
38+
.App-header:after {
39+
content: '';
40+
width: 100%;
41+
height: 100%;
42+
position: absolute;
43+
left: 0;
44+
top: 0;
45+
background: rgba(0, 0, 0, 0.05);
46+
z-index: 1;
3447
}
3548

3649
.App-title {
3750
font-size: 27px;
3851
font-weight: 400;
3952
font-style: normal;
53+
z-index: 2;
54+
margin-top: 25px;
55+
margin-bottom: 10px;
4056
}
4157

4258
.App-intro {

‎src/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React, { Component } from 'react'
2-
import netlifyLogo from './netlify-logo.svg'
2+
import netlifyLogo from './netlify-logo-black.svg'
33
import expressLogo from './express.png'
44
import './App.css'
55

‎src/netlify-logo-black.svg

Lines changed: 6 additions & 0 deletions
Loading[フレーム]

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /