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 29bb1ca

Browse files
Create h22_web_app_01_style.css
1 parent a40d076 commit 29bb1ca

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed

‎h22_web_app_01_style.css‎

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
@import url('https://fonts.googleapis.com/css?family=Emilys+Candy|Patua+One&display=swap');
2+
3+
body {
4+
background-image: url('black.jpg');
5+
background-size: cover;
6+
background-repeat: no-repeat;
7+
color: white;
8+
text-align: center;
9+
display: flex;
10+
justify-content: center;
11+
align-items: center;
12+
background-color: black;
13+
}
14+
15+
h1 {
16+
font-family: 'Emilys Candy', cursive;
17+
font-weight: normal;
18+
font-size: 48px;
19+
text-align: center;
20+
margin-bottom: 0;
21+
}
22+
23+
h3 {
24+
margin-top: 4px;
25+
font-size:32px;
26+
font-family: 'Patua One', cursive;
27+
font-weight: normal;
28+
color: #ffeaa7;
29+
text-shadow: 3px 3px black;
30+
}
31+
32+
a {
33+
background-color: white;
34+
color: black;
35+
padding: 20px;
36+
border-radius: 20px;
37+
text-decoration: none;
38+
cursor: pointer;
39+
font-family: 'Patua One', cursive;
40+
font-size: 18px;
41+
display: inline-block;
42+
margin-top: 20px;
43+
}
44+
45+
img {
46+
display: block;
47+
margin: auto;
48+
margin-bottom: 30px;
49+
}

0 commit comments

Comments
(0)

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