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 c31816f

Browse files
Merge pull request #6 from OpenCodeChicago/alex_set_up
Added Images
2 parents 7bcdaa7 + e358efc commit c31816f

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

‎images/form.png‎

2.07 MB
Loading[フレーム]

‎images/form.webp‎

82.5 KB
Loading[フレーム]

‎styles.css‎

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,19 @@ h1 {
7575

7676
.container {
7777
background-color: #c5c2c2;
78-
min-width: 620px;
78+
min-width: 720px;
7979
width: 100%;
8080
min-height: 400px;
8181
display: flex;
82-
flex-direction: column;
8382
gap: 2.4rem;
8483
padding: 4.8rem;
8584
border-radius: 12px;
85+
background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/form.webp");
86+
background-size: cover;
87+
background-repeat: no-repeat;
88+
background-position: center;
89+
}
90+
91+
.form_container {
92+
display: flex;
8693
}

0 commit comments

Comments
(0)

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