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 3f1cdf6

Browse files
html and css done
1 parent 68243b2 commit 3f1cdf6

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

‎project/style.css

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,28 @@
1-
body{
1+
body{
22
background-color: orange;
33
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
44
}
55

6-
.container{
6+
.container{
77
margin: auto;
88
width: 40%;
99
margin-top: 15%;
1010
border: 2px solid red;
1111
text-align: center;
1212
}
1313

14-
.btn{
14+
.btn{
1515
background-color: transparent;
16-
border: 1px solid white;
16+
border: 1.3px solid white;
17+
width: 8rem;
18+
height: 2.5rem;
19+
font-size: 1rem;
20+
border-radius: 0.5rem;
21+
margin-right: 1rem;
22+
cursor: pointer;
23+
margin-top: 2rem;
24+
}
25+
26+
p{
27+
margin-top: 2rem;
1728
}

0 commit comments

Comments
(0)

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